Mercurial > emacs
changeset 62598:4124f1e2251d
*** empty log message ***
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Sun, 22 May 2005 02:29:51 +0000 |
parents | c51f100a7a23 |
children | d419c1ab3f39 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat May 21 22:35:35 2005 +0000 +++ b/lisp/ChangeLog Sun May 22 02:29:51 2005 +0000 @@ -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.