comparison lisp/ChangeLog @ 75498:2addfb298133

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 29 Jan 2007 03:59:59 +0000
parents 707654b699b0
children af977d704079
comparison
equal deleted inserted replaced
75497:a96117afa52c 75498:2addfb298133
6 6
7 * comint.el (comint-insert-input): Handle situation where the 7 * comint.el (comint-insert-input): Handle situation where the
8 selected buffer is not the clicked buffer. 8 selected buffer is not the clicked buffer.
9 9
10 2007-01-29 Kenichi Handa <handa@m17n.org> 10 2007-01-29 Kenichi Handa <handa@m17n.org>
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.
11 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
15 byte-compile-output-file-form is not nil. 23 byte-compile-output-file-form is not nil.