Mercurial > emacs
diff lisp/ChangeLog @ 78358:9b7f2e8baaeb
(copyright-update-year, copyright-update, copyright-fix-years, copyright):
Correctly handle the case where copyright-limit is nil.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 29 Jul 2007 20:11:25 +0000 |
parents | fb9000547438 |
children | 2dd5d799a16d |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 28 20:24:19 2007 +0000 +++ b/lisp/ChangeLog Sun Jul 29 20:11:25 2007 +0000 @@ -1,4 +1,10 @@ -2007-07-28 Novitsky, Konstantin <knovitsk@Bear.com> (tiny change) +2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change) + + * emacs-lisp/copyright.el (copyright-update-year, copyright-update) + (copyright-fix-years, copyright): Correctly handle the case where + copyright-limit is nil. + +2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change) * progmodes/python.el (run-python): Fix path separator under w32. @@ -9,12 +15,12 @@ 2007-07-28 Alan Mackenzie <acm@muc.de> Fix problem with modes derived from CC Mode: - * progmodes/cc-mode.el (c-make-emacs-variables-local): move this + * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this macro to cc-langs. - (c-init-language-vars-for): remove call to above macro. - * progmodes/cc-langs.el (c-make-emacs-variables-local): macro has + (c-init-language-vars-for): Remove call to above macro. + * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has been moved to here. - (c-make-init-lang-vars-fun): call c-make-emacs-variables-local. + (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local. 2007-07-28 Eli Zaretskii <eliz@gnu.org>