changeset 45559:ad92beec877b

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Tue, 28 May 2002 17:40:47 +0000
parents 483a39fc5666
children f1be57638503
files lisp/ChangeLog
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue May 28 17:39:45 2002 +0000
+++ b/lisp/ChangeLog	Tue May 28 17:40:47 2002 +0000
@@ -3,8 +3,10 @@
 	* textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
 
 	* emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
+	(byte-compile-delete-first): New function.
 	(byte-compile-read-position): New variable.
 	(byte-compile-last-position): New variable.
+	(byte-compile-current-buffer): New variable.
 	(byte-compile-log-1): Use it.
 	(byte-compile-set-symbol-position): New function.
 	(byte-compile-obsolete, byte-compile-callargs-warn)
@@ -19,6 +21,8 @@
 	(byte-compile-from-buffer): Set it, and bind
 	`read-with-symbol-positions' and `read-symbol-positions-list'.
 
+	* emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
+
 2002-05-28  Kim F. Storm  <storm@cua.dk>
 
 	* files.el (read-directory-name): New function.