diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-02-23 10:22:28 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-02-23 10:22:28 -0500 |
commit | 53cfe624fc93b0f8aea0747f4d3493881404e77f (patch) | |
tree | 0206365b692ee955ec3ede49807c5fc4fd051796 /lisp/international/ja-dic-cnv.el | |
parent | 617a0e834a8f3870e28308cd2d04cba6d945f62b (diff) | |
download | emacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.tar.gz |
* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
Diffstat (limited to 'lisp/international/ja-dic-cnv.el')
-rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index 7e317ea09c0..c0fcf19d841 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el @@ -337,7 +337,7 @@ The name of generated file is specified by the variable `ja-dic-filename'." (erase-buffer) (buffer-disable-undo) (insert ";;; ja-dic.el --- dictionary for Japanese input method" - " -*-coding: euc-japan; byte-compile-disable-print-circle:t; -*-\n" + " -*-coding: euc-japan; -*-\n" ";;\tGenerated by the command `skkdic-convert'\n" ";;\tDate: " (current-time-string) "\n" ";;\tOriginal SKK dictionary file: " |