comparison 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
comparison
equal deleted inserted replaced
51564:09736ff1baa6 51565:a2d2ae02ce9b
1 2003-06-14 Stefan Monnier <monnier@cs.yale.edu> 1 2003-06-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/copyright.el (copyright-update-year): New function
4 extracted from copyright-update.
5 When `arg' is set, replace the year, not the `copyright' text.
6 Ignore `copyright-update = nil' if called interactively.
7 Use "," rather than ", " if that's what was used before.
8 Recognize mixes of 2 and 4 digit years.
9 Use replace-match.
10 (copyright-update): Add interactivep arg.
11 Use it instead of use last-command.
12 Use replace-match. Don't assume (point-min) == 1.
2 13
3 * textmodes/tex-mode.el (tex-compile-commands): 14 * textmodes/tex-mode.el (tex-compile-commands):
4 Handle tex-start-commands like tex-start-tex does. 15 Handle tex-start-commands like tex-start-tex does.
5 16
6 * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing 17 * cus-edit.el (custom-get-fresh-buffer): Kill overlays before erasing