changeset 75509:736978250957

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 11:55:30 +0000
parents 1809625e8d5c
children 2efde0c63664
files lisp/ChangeLog
diffstat 1 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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  <lekktu@gmail.com>
+
+	* emacs-lisp/shadow.el (list-load-path-shadows): Doc fix.
+
 2007-01-29  Kenichi Handa  <handa@m17n.org>
 
 	* international/titdic-cnv.el (py-converter): Fix previous change.
@@ -13,16 +17,16 @@
 
 2007-01-29  Kenichi Handa  <handa@m17n.org>
 
-	* 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.