]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Sun, 22 May 2005 02:29:51 +0000 (02:29 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sun, 22 May 2005 02:29:51 +0000 (02:29 +0000)
lisp/ChangeLog

index d86326a12e2a01d82ea9f3bc75274b23de97a3c8..ae4d3544668e8c1cfdccb06cdcaacf5155af73d3 100644 (file)
@@ -1,3 +1,12 @@
+2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
+
+       * 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  <teirllm@auburn.edu>
 
        * emacs-lisp/derived.el (define-derived-mode): Doc fix.