changeset 33354:516e70b9fc74

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Nov 2000 23:05:07 +0000
parents efc926d28bd3
children 4161fec906e0
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* 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.