aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2000-10-23 10:27:47 +0000
committerMiles Bader2000-10-23 10:27:47 +0000
commit3b6542bab5e01948a157330c91c4aa273694fe66 (patch)
tree20ad15e98b80ab69df4b42bfe9140d5f7fb439d3 /lisp/ChangeLog
parentcb3069bb5e6a6c7b70d28e09c61ce9b9aea98537 (diff)
downloademacs-3b6542bab5e01948a157330c91c4aa273694fe66.tar.gz
emacs-3b6542bab5e01948a157330c91c4aa273694fe66.zip
(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c6af44f9d3c..cbb8d824c28 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -8,6 +8,7 @@
8 `byte-compile-last-logged-file' to it. Test whether 8 `byte-compile-last-logged-file' to it. Test whether
9 byte-compile-current-file equals byte-compile-last-logged-file 9 byte-compile-current-file equals byte-compile-last-logged-file
10 instead of whether its nil. 10 instead of whether its nil.
11 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
11 12
122000-10-23 Stefan Monnier <monnier@cs.yale.edu> 132000-10-23 Stefan Monnier <monnier@cs.yale.edu>
13 14