emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/ja-dic-cnv.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ja-dic-cnv.el
Date: Thu, 28 Feb 2002 21:08:10 -0500

Index: emacs/lisp/international/ja-dic-cnv.el
diff -c emacs/lisp/international/ja-dic-cnv.el:1.6 
emacs/lisp/international/ja-dic-cnv.el:1.7
*** emacs/lisp/international/ja-dic-cnv.el:1.6  Sun Jul 15 15:53:53 2001
--- emacs/lisp/international/ja-dic-cnv.el      Wed Jul 18 05:06:38 2001
***************
*** 358,370 ****
        (set-buffer buf)
        (erase-buffer)
        (buffer-disable-undo)
!       (insert ";; ja-dic.el -- dictionary for Japanese input method\n"
              ";;\tGenerated by the command `skkdic-convert'\n"
              ";;\tDate: " (current-time-string) "\n"
              ";;\tOriginal SKK dictionary file: "
              (file-name-nondirectory filename)
              "\n\n"
!             ";;; Comment:\n\n"
              ";; Do byte-compile this file again after any modification.\n\n"
              ";;; Start of the header of the original SKK dictionary.\n\n")
        (set-buffer skkbuf)
--- 358,371 ----
        (set-buffer buf)
        (erase-buffer)
        (buffer-disable-undo)
!       (insert ";;; ja-dic.el --- dictionary for Japanese input method\n"
              ";;\tGenerated by the command `skkdic-convert'\n"
              ";;\tDate: " (current-time-string) "\n"
              ";;\tOriginal SKK dictionary file: "
              (file-name-nondirectory filename)
              "\n\n"
!             ";; This file is part of GNU Emacs.\n\n"
!             ";;; Commentary:\n\n"
              ";; Do byte-compile this file again after any modification.\n\n"
              ";;; Start of the header of the original SKK dictionary.\n\n")
        (set-buffer skkbuf)
***************
*** 415,421 ****
        (save-excursion
          (set-buffer buf)
          (goto-char (point-max))
!         (insert ";;\n(provide 'ja-dic)\n\n;; ja-dic.el ends here\n")))
  
        ;; Save the working buffer.
        (set-buffer buf)
--- 416,422 ----
        (save-excursion
          (set-buffer buf)
          (goto-char (point-max))
!         (insert ";;\n(provide 'ja-dic)\n\n;;; ja-dic.el ends here\n")))
  
        ;; Save the working buffer.
        (set-buffer buf)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]