comparison lisp/ChangeLog @ 33354:516e70b9fc74

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Nov 2000 23:05:07 +0000
parents c5ea4f0666a4
children 482cbaef2af5
comparison
equal deleted inserted replaced
33353:efc926d28bd3 33354:516e70b9fc74
1 2000-11-09 Gerd Moellmann <gerd@gnu.org> 1 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2
3 * simple.el (byte-compiling-files-p): New function.
4
5 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6 if it is there.
7
8 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
9 nil again.
2 10
3 * textmodes/ispell.el (ispell-library-path): Don't call 11 * textmodes/ispell.el (ispell-library-path): Don't call
4 check-ispell-version when byte-compiling because that starts 12 check-ispell-version when byte-compiling because that starts
5 an ispell process, and ispell might not be installed. 13 an ispell process, and ispell might not be installed.
6 (toplevel): Don't set up a menu when byte-compiling. 14 (toplevel): Don't set up a menu when byte-compiling.