aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d86326a12e..ae4d354466 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-22 Nick Roberts <[email protected]>
+
+ * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
+ already deleted variables: auto-fill-hook, blink-paren-hook,
+ lisp-indent-hook, inhibit-local-variables, unread-command-event
+ suspend-hooks, comment-indent-hook, meta-flag,
+ before-change-function, after-change-function,
+ font-lock-doc-string-face.
+
2005-05-21 Luc Teirlinck <[email protected]>
* emacs-lisp/derived.el (define-derived-mode): Doc fix.