1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-11-09 16:11:52 +00:00
parent f52ef73912
commit 778fbc46c6
2 changed files with 13 additions and 0 deletions

View 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

View 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.