comparison lisp/ChangeLog @ 33350:c5ea4f0666a4

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Nov 2000 16:11:52 +0000
parents 8e6970e74717
children 516e70b9fc74
comparison
equal deleted inserted replaced
33349:b8015b527f27 33350:c5ea4f0666a4
1 2000-11-09 Gerd Moellmann <gerd@gnu.org>
2
3 * textmodes/ispell.el (ispell-library-path): Don't call
4 check-ispell-version when byte-compiling because that starts
5 an ispell process, and ispell might not be installed.
6 (toplevel): Don't set up a menu when byte-compiling.
7
8 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
9 it, so that a boundp test can be used to determine if we're
10 currently byte-compiling.
11
1 2000-11-09 Dave Love <fx@gnu.org> 12 2000-11-09 Dave Love <fx@gnu.org>
2 13
3 * pcvs.el (uniquify-buffer-file-name): Wrap advice in 14 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
4 eval-after-load. 15 eval-after-load.
5 16