diff options
| author | Stefan Monnier | 2003-06-14 20:11:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-06-14 20:11:37 +0000 |
| commit | f47f53024467c5af8d85e3023ce8da609a4aee8d (patch) | |
| tree | 1214a34ec329fdf3135ba4a4c0b355e733a33902 /lisp/ChangeLog | |
| parent | effe34908c6874c4026607ce715d58a3fb64a87c (diff) | |
| download | emacs-f47f53024467c5af8d85e3023ce8da609a4aee8d.tar.gz emacs-f47f53024467c5af8d85e3023ce8da609a4aee8d.zip | |
(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.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33c62e493f5..687a0e326a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2003-06-14 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2003-06-14 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 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. | ||
| 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 | ||