# HG changeset patch # User Dave Love # Date 1022177855 0 # Node ID 9d51a704ad690d195807918e8b09d04e0578e7d6 # Parent cb347c3671eb8ab8efcf30c1485a3f8c42b5e550 Add coding tag. (tit-process-header): Add coding tag to output. diff -r cb347c3671eb -r 9d51a704ad69 lisp/international/titdic-cnv.el --- a/lisp/international/titdic-cnv.el Thu May 23 18:17:21 2002 +0000 +++ b/lisp/international/titdic-cnv.el Thu May 23 18:17:35 2002 +0000 @@ -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 @@ (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))