aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorColin Walters2002-05-28 17:40:47 +0000
committerColin Walters2002-05-28 17:40:47 +0000
commitccb3c8deafcbbeb4029fb8e09b0c4f930783f253 (patch)
tree50dd275a4e80aa4cd312998ed9ecf5348ea256a3 /lisp/ChangeLog
parent9d118494d548336c25dec20726145fd4e795b84b (diff)
downloademacs-ccb3c8deafcbbeb4029fb8e09b0c4f930783f253.tar.gz
emacs-ccb3c8deafcbbeb4029fb8e09b0c4f930783f253.zip
(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) (byte-compile-arglist-warn, byte-compile-arglist-warn) (byte-compile-print-syms, byte-compile-file-form-defmumble) (byte-compile-check-lambda-list, byte-compile-lambda) (byte-compile-form, byte-compile-variable-ref) (byte-compile-subr-wrong-args, byte-compile-negation-optimizer) (byte-compile-condition-case, byte-compile-defun) (byte-compile-defvar, byte-compile-autoload) (byte-compile-lambda-form): Use it. (byte-compile-from-buffer): Set it, and bind `read-with-symbol-positions' and `read-symbol-positions-list'. (byte-compile-debug): New variable.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 571d66e41f5..5261d443980 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,8 +3,10 @@
3 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'. 3 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
4 4
5 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted. 5 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
6 (byte-compile-delete-first): New function.
6 (byte-compile-read-position): New variable. 7 (byte-compile-read-position): New variable.
7 (byte-compile-last-position): New variable. 8 (byte-compile-last-position): New variable.
9 (byte-compile-current-buffer): New variable.
8 (byte-compile-log-1): Use it. 10 (byte-compile-log-1): Use it.
9 (byte-compile-set-symbol-position): New function. 11 (byte-compile-set-symbol-position): New function.
10 (byte-compile-obsolete, byte-compile-callargs-warn) 12 (byte-compile-obsolete, byte-compile-callargs-warn)
@@ -19,6 +21,8 @@
19 (byte-compile-from-buffer): Set it, and bind 21 (byte-compile-from-buffer): Set it, and bind
20 `read-with-symbol-positions' and `read-symbol-positions-list'. 22 `read-with-symbol-positions' and `read-symbol-positions-list'.
21 23
24 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
25
222002-05-28 Kim F. Storm <storm@cua.dk> 262002-05-28 Kim F. Storm <storm@cua.dk>
23 27
24 * files.el (read-directory-name): New function. 28 * files.el (read-directory-name): New function.