# HG changeset patch # User Stefan Monnier # Date 1055621497 0 # Node ID a2d2ae02ce9b659af4d80495cf764e1a2efc8f32 # Parent 09736ff1baa676f95a6179aff8c9dc3b7c18dc37 *** empty log message *** diff -r 09736ff1baa6 -r a2d2ae02ce9b lisp/ChangeLog --- 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 + * 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.