# HG changeset patch # User Gerd Moellmann # Date 973786312 0 # Node ID c5ea4f0666a4e650d56aa8b00babf221f8ddbf95 # Parent b8015b527f27848ba5935cf6537a287d23482ea7 *** empty log message *** diff -r b8015b527f27 -r c5ea4f0666a4 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 09 16:09:04 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 09 16:11:52 2000 +0000 @@ -1,3 +1,14 @@ +2000-11-09 Gerd Moellmann + + * textmodes/ispell.el (ispell-library-path): Don't call + check-ispell-version when byte-compiling because that starts + an ispell process, and ispell might not be installed. + (toplevel): Don't set up a menu when byte-compiling. + + * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind + it, so that a boundp test can be used to determine if we're + currently byte-compiling. + 2000-11-09 Dave Love * pcvs.el (uniquify-buffer-file-name): Wrap advice in diff -r b8015b527f27 -r c5ea4f0666a4 src/ChangeLog --- a/src/ChangeLog Thu Nov 09 16:09:04 2000 +0000 +++ b/src/ChangeLog Thu Nov 09 16:11:52 2000 +0000 @@ -1,5 +1,7 @@ 2000-11-09 Gerd Moellmann + * dired.c (directory_files_internal): Fix a braino. + * dired.c (directory_files_internal): Add missing GCPRO's. Some cleanup.