# HG changeset patch # User Gerd Moellmann # Date 973811107 0 # Node ID 516e70b9fc74cbd81e9f2a69b72cee7c28c0ef03 # Parent efc926d28bd3ce0b58d361c856a29f3f28b7fdfb *** empty log message *** diff -r efc926d28bd3 -r 516e70b9fc74 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 09 23:04:16 2000 +0000 +++ b/lisp/ChangeLog Thu Nov 09 23:05:07 2000 +0000 @@ -1,5 +1,13 @@ 2000-11-09 Gerd Moellmann + * simple.el (byte-compiling-files-p): New function. + + * textmodes/ispell.el (toplevel): Use byte-compiling-files-p + if it is there. + + * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to + nil again. + * 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.