diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-11-09 16:11:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-11-09 16:11:52 +0000 |
commit | 778fbc46c6de216c11267bfff47ed9367d957b5c (patch) | |
tree | 040046296b10e662a8fa598a15218b6a340137b7 /lisp | |
parent | f52ef7391257a911434cc4a1cf283a95b6aaa7bd (diff) | |
download | emacs-778fbc46c6de216c11267bfff47ed9367d957b5c.tar.gz emacs-778fbc46c6de216c11267bfff47ed9367d957b5c.tar.bz2 emacs-778fbc46c6de216c11267bfff47ed9367d957b5c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <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 |