1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-04 12:21:46 -07:00

*** empty log message ***

This commit is contained in:
Nick Roberts 2005-05-22 02:29:51 +00:00
parent 3e2c3ab0f5
commit fdd55b6a87

View 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.