]> code.delx.au - gnu-emacs/commitdiff
Coding system name changed from
authorKenichi Handa <handa@m17n.org>
Tue, 10 Jun 1997 00:57:19 +0000 (00:57 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 10 Jun 1997 00:57:19 +0000 (00:57 +0000)
iso-2022-7 to iso-2022-7bit.

lisp/international/skkdic-cnv.el
lisp/international/titdic-cnv.el

index 42b5b598942a0b8647c535203350a632d4a94744..3fe3ee52b45268896b7aa1bd3b210fcf033d5623 100644 (file)
@@ -49,7 +49,7 @@
 (make-coding-system
  'iso-2022-7-short
  2 ?J
- "Like `iso-2022-7' but no ASCII designation before SPC."
+ "Like `iso-2022-7bit' but no ASCII designation before SPC."
  '(ascii nil nil nil t t nil t))
 
 (defconst skkdic-jbytes
index 887a8ef4f4502065e6719273466e439cb8c6cc5d..453759170a4996be010085e1c8ff3a2defedc4fe 100644 (file)
@@ -310,7 +310,7 @@ the generated Quail package is saved."
       (let ((coding-system-for-read 'no-conversion))
        (insert-file-contents (expand-file-name filename)))
       (set-visited-file-name (tit-make-quail-package-name filename dirname) t)
-      (set-buffer-file-coding-system 'iso-2022-7)
+      (set-buffer-file-coding-system 'iso-2022-7bit)
 
       ;; Decode the buffer contents from the encoding specified by a
       ;; value of the key "ENCODE:".