]> git.eshelyaron.com Git - emacs.git/commitdiff
Add coding tag.
authorDave Love <fx@gnu.org>
Thu, 23 May 2002 18:17:35 +0000 (18:17 +0000)
committerDave Love <fx@gnu.org>
Thu, 23 May 2002 18:17:35 +0000 (18:17 +0000)
(tit-process-header): Add coding tag to output.

lisp/international/titdic-cnv.el

index 1950a8febf82c6346472d5794fe6a175e37dbb25..d179b1710805571cdf88747c4717e03ea090d6cd 100644 (file)
@@ -1,4 +1,4 @@
-;;; titdic-cnv.el --- convert cxterm dictionary (TIT format) to Quail package
+;;; titdic-cnv.el --- convert cxterm dictionary (TIT format) to Quail package -*- coding:iso-2022-7bit; -*-
 
 ;; Copyright (C) 1995 Electrotechnical Laboratory, JAPAN.
 ;; Licensed to the Free Software Foundation.
@@ -267,8 +267,8 @@ SPC, 6, 3, 4, or 7 specifing a tone (SPC:\e$(0?v(N\e(B, 6:\e$(0Dm(N\e(B, 3:\e$(0&9Vy\e
        (tit-keyprompt nil))
 
     (princ ";; Quail package `")
-    (princ package)
-    (princ "' generated by the command `titdic-convert'\n;;\tDate: ")
+    (princ package) (princ "' -*- coding:iso-2022-7bit; -*-\n")
+    (princ ";;   Generated by the command `titdic-convert'\n;;\tDate: ")
     (princ (current-time-string))
     (princ "\n;;\tOriginal TIT dictionary file: ")
     (princ (file-name-nondirectory filename))