Mercurial > emacs
diff lisp/ChangeLog @ 51565:a2d2ae02ce9b
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 14 Jun 2003 20:11:37 +0000 |
parents | 5eb0d359c572 |
children | 4082dd4b0d54 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jun 14 20:11:12 2003 +0000 +++ b/lisp/ChangeLog Sat Jun 14 20:11:37 2003 +0000 @@ -1,5 +1,16 @@ 2003-06-14 Stefan Monnier <monnier@cs.yale.edu> + * emacs-lisp/copyright.el (copyright-update-year): New function + extracted from copyright-update. + When `arg' is set, replace the year, not the `copyright' text. + Ignore `copyright-update = nil' if called interactively. + Use "," rather than ", " if that's what was used before. + Recognize mixes of 2 and 4 digit years. + Use replace-match. + (copyright-update): Add interactivep arg. + Use it instead of use last-command. + Use replace-match. Don't assume (point-min) == 1. + * textmodes/tex-mode.el (tex-compile-commands): Handle tex-start-commands like tex-start-tex does.