Mercurial > emacs
comparison lisp/ChangeLog @ 26690:1006a8324029
(lm-header-multiline): fix spurious use of `cond'.
(lm-with-file): Move all the find-file...kill-buffer stuff into
this macro. Make it use `find-file-noselect' and make it kill
the buffer only if it wasn't already displayed somewhere.
(lm-summary, lm-authors, lm-maintainer, lm-creation-date)
(lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
(lm-commentary, lm-verify, lm-synopsis): use lm-with-file.
(lm-commentary): fix to handle the case when the change log is
at the end of the file.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 02 Dec 1999 16:27:21 +0000 |
parents | edf998fc73b4 |
children | 69c856729b20 |
comparison
equal
deleted
inserted
replaced
26689:edf998fc73b4 | 26690:1006a8324029 |
---|---|
1 1999-12-02 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * emacs-lisp/lisp-mnt.el (lm-header-multiline): fix spurious | |
4 use of `cond'. | |
5 (lm-with-file): Move all the find-file...kill-buffer stuff into | |
6 this macro. Make it use `find-file-noselect' and make it kill | |
7 the buffer only if it wasn't already displayed somewhere. | |
8 (lm-summary, lm-authors, lm-maintainer, lm-creation-date) | |
9 (lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by) | |
10 (lm-commentary, lm-verify, lm-synopsis): use lm-with-file. | |
11 (lm-commentary): fix to handle the case when the change log is | |
12 at the end of the file. | |
13 | |
1 1999-12-02 Kenichi Handa <handa@etl.go.jp> | 14 1999-12-02 Kenichi Handa <handa@etl.go.jp> |
2 | 15 |
3 * international/mule.el (charsetp): Fix typo in docstring. | 16 * international/mule.el (charsetp): Fix typo in docstring. |
4 | 17 |
5 * international/mule-diag.el (list-coding-categories): Fix typo; | 18 * international/mule-diag.el (list-coding-categories): Fix typo; |
40 * speedbar.el (toplevel): Remove compatibility code for Emacs | 53 * speedbar.el (toplevel): Remove compatibility code for Emacs |
41 versions without custom.el. | 54 versions without custom.el. |
42 | 55 |
43 1999-11-30 Dave Love <fx@gnu.org> | 56 1999-11-30 Dave Love <fx@gnu.org> |
44 | 57 |
45 * fortran.el (fortran-strip-sqeuence-nos): New command. | 58 * fortran.el (fortran-strip-sequence-nos): New command. |
46 | 59 |
47 * autoinsert.el: Minor doc fixes. | 60 * autoinsert.el: Minor doc fixes. |
48 (auto-insert): Return nil. | 61 (auto-insert): Return nil. |
49 | 62 |
50 * faces.el (set-face-documentation): Purecopy STRING. | 63 * faces.el (set-face-documentation): Purecopy STRING. |