# HG changeset patch # User Juanma Barranquero # Date 1170071730 0 # Node ID 736978250957c6151f3822d6fb422c9e35a47793 # Parent 1809625e8d5ca52870dac29b4d31726e062b8569 *** empty log message *** diff -r 1809625e8d5c -r 736978250957 lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 29 11:52:40 2007 +0000 +++ b/lisp/ChangeLog Mon Jan 29 11:55:30 2007 +0000 @@ -1,3 +1,7 @@ +2007-01-29 Juanma Barranquero + + * emacs-lisp/shadow.el (list-load-path-shadows): Doc fix. + 2007-01-29 Kenichi Handa * international/titdic-cnv.el (py-converter): Fix previous change. @@ -13,16 +17,16 @@ 2007-01-29 Kenichi Handa - * international/ja-dic-cnv.el (skkdic-convert): Add - byte-compile-disable-print-circle:t at the head. - - * international/titdic-cnv.el (tit-process-header): Add - byte-compile-disable-print-circle:t at the head. + * international/ja-dic-cnv.el (skkdic-convert): + Add byte-compile-disable-print-circle:t at the head. + + * international/titdic-cnv.el (tit-process-header): + Add byte-compile-disable-print-circle:t at the head. (miscdic-convert): Likewise. (py-converter): Skip the header comments. - * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New - variable. + * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): + New variable. (byte-compile-output-file-form): Bing print-circle to nil if byte-compile-output-file-form is not nil. (byte-compile-output-docform): Likewise.