diff options
| author | Kenichi Handa | 2007-01-29 03:59:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-01-29 03:59:59 +0000 |
| commit | f6c02c7addd47f030fd85c126e2d1af92cf2db80 (patch) | |
| tree | aadd3cb1433262aec20a48801e71afcdd1dc53ad | |
| parent | 7d15a839d9b4f922aef7753c6dbac2777399443b (diff) | |
| download | emacs-f6c02c7addd47f030fd85c126e2d1af92cf2db80.tar.gz emacs-f6c02c7addd47f030fd85c126e2d1af92cf2db80.zip | |
(skkdic-convert): Add
byte-compile-disable-print-circle:t at the head.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/international/ja-dic-cnv.el | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01740baa320..d1831cece40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,14 @@ | |||
| 9 | 9 | ||
| 10 | 2007-01-29 Kenichi Handa <handa@m17n.org> | 10 | 2007-01-29 Kenichi Handa <handa@m17n.org> |
| 11 | 11 | ||
| 12 | * international/ja-dic-cnv.el (skkdic-convert): Add | ||
| 13 | byte-compile-disable-print-circle:t at the head. | ||
| 14 | |||
| 15 | * international/titdic-cnv.el (tit-process-header): Add | ||
| 16 | byte-compile-disable-print-circle:t at the head. | ||
| 17 | (miscdic-convert): Likewise. | ||
| 18 | (py-converter): Skip the header comments. | ||
| 19 | |||
| 12 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New | 20 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New |
| 13 | variable. | 21 | variable. |
| 14 | (byte-compile-output-file-form): Bing print-circle to nil if | 22 | (byte-compile-output-file-form): Bing print-circle to nil if |
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el index babfc5bacf7..c4475d84c10 100644 --- a/lisp/international/ja-dic-cnv.el +++ b/lisp/international/ja-dic-cnv.el | |||
| @@ -361,7 +361,7 @@ The name of generated file is specified by the variable `ja-dic-filename'." | |||
| 361 | (erase-buffer) | 361 | (erase-buffer) |
| 362 | (buffer-disable-undo) | 362 | (buffer-disable-undo) |
| 363 | (insert ";;; ja-dic.el --- dictionary for Japanese input method" | 363 | (insert ";;; ja-dic.el --- dictionary for Japanese input method" |
| 364 | " -*-coding: iso-2022-jp;-*-\n" | 364 | " -*-coding: iso-2022-jp; byte-compile-disable-print-circle:t; -*-\n" |
| 365 | ";;\tGenerated by the command `skkdic-convert'\n" | 365 | ";;\tGenerated by the command `skkdic-convert'\n" |
| 366 | ";;\tDate: " (current-time-string) "\n" | 366 | ";;\tDate: " (current-time-string) "\n" |
| 367 | ";;\tOriginal SKK dictionary file: " | 367 | ";;\tOriginal SKK dictionary file: " |