+Tue Sep 24 22:02:05 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * tl: Version 7.61.8 was released.
+
+Mon Sep 23 20:38:05 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * emu-x20.el, emu-mule.el (set-buffer-file-coding-system): New
+ alias.
+
+ * emu-e19.el (set-buffer-file-coding-system): Renamed from
+ `set-file-coding-system'.
+
+ * emu-nemacs.el (set-buffer-file-coding-system): New alias for
+ `set-kanji-fileio-code'; renamed from `set-file-coding-system'.
+
+\f
Mon Sep 23 17:44:23 1996 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.61.7 was released.
;; Copyright (C) 1995,1996 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emu-e19.el,v 7.38 1996/09/23 14:55:53 morioka Exp $
+;; Version: $Id: emu-e19.el,v 7.39 1996/09/23 20:33:19 morioka Exp $
;; Keywords: emulation, compatibility, mule, Latin-1
;; This file is part of tl (Tiny Library).
\[emu-e19.el; Emacs 20 emulating function]"
)
-(defun set-file-coding-system (coding-system &optional force)
+(defun set-buffer-file-coding-system (coding-system &optional force)
+ "Set buffer-file-coding-system of the current buffer to CODING-SYSTEM.
+\[emu-e19.el; Emacs 20 emulating function]"
)
(defmacro as-binary-process (&rest body)
;; Copyright (C) 1995,1996 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emu-mule.el,v 7.55 1996/09/23 17:43:43 morioka Exp $
+;; Version: $Id: emu-mule.el,v 7.56 1996/09/23 20:34:34 morioka Exp $
;; Keywords: emulation, compatibility, Mule
;; This file is part of tl (Tiny Library).
(defalias 'detect-coding-region 'code-detect-region)
+(defalias 'set-buffer-file-coding-system 'set-file-coding-system)
+
(defmacro as-binary-process (&rest body)
(` (let (selective-display ; Disable ^M to nl translation.
;; Mule
;; Copyright (C) 1995,1996 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emu-nemacs.el,v 7.47 1996/09/23 17:43:04 morioka Exp $
+;; Version: $Id: emu-nemacs.el,v 7.48 1996/09/23 20:31:12 morioka Exp $
;; Keywords: emulation, compatibility, NEmacs, mule
;; This file is part of tl (Tiny Library).
*euc-japan*
))
-(defun set-file-coding-system (coding-system &optional force)
- (set-kanji-fileio-code coding-system)
- )
+(defalias 'set-buffer-file-coding-system 'set-kanji-fileio-code)
(defmacro as-binary-process (&rest body)
(` (let (selective-display ; Disable ^M to nl translation.
;; Copyright (C) 1994,1995,1996 MORIOKA Tomohiko
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: emu-x20.el,v 7.36 1996/09/18 08:55:56 morioka Exp $
+;; Version: $Id: emu-x20.el,v 7.37 1996/09/23 20:38:05 morioka Exp $
;; Keywords: emulation, compatibility, Mule, XEmacs
;; This file is part of tl (Tiny Library).
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with This program; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; along with GNU Emacs; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Code:
(defconst *euc-kr* 'euc-kr)
(defconst *koi8* 'koi8)
+(defalias 'set-buffer-file-coding-system 'set-file-coding-system)
+
(defmacro as-binary-process (&rest body)
`(let (selective-display ; Disable ^M to nl translation.
process-input-coding-system