From: Gerd Moellmann Date: Thu, 9 Nov 2000 16:11:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~182 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=778fbc46c6de216c11267bfff47ed9367d957b5c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1cd2e95fbd9..5ef8a4e941c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 4b0ccea574f..9028cbfcf32 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.