]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 9 Nov 2000 16:11:52 +0000 (16:11 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 9 Nov 2000 16:11:52 +0000 (16:11 +0000)
lisp/ChangeLog
src/ChangeLog

index 1cd2e95fbd9ab85d9d1938ff4a958269432c5bef..5ef8a4e941ce63bb9d182717adf5dca4b0a46f77 100644 (file)
@@ -1,3 +1,14 @@
+2000-11-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * pcvs.el (uniquify-buffer-file-name): Wrap advice in
index 4b0ccea574fa9e9487d7dc9c5a66bb69cf2e0303..9028cbfcf3214da13e4ca0bc009f87033746e588 100644 (file)
@@ -1,5 +1,7 @@
 2000-11-09  Gerd Moellmann  <gerd@gnu.org>
 
+       * dired.c (directory_files_internal): Fix a braino.
+       
        * dired.c (directory_files_internal): Add missing GCPRO's.
        Some cleanup.