aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier1999-12-02 16:27:21 +0000
committerStefan Monnier1999-12-02 16:27:21 +0000
commitbe961cd5aa189b00a9e206d546ced7e8809c0d8f (patch)
tree2cc5141d3b31be4c2c98cbd31f94f95c5145a1ae /lisp/ChangeLog
parent867ef43ab163f14999a93f2eca0b767d27037b03 (diff)
downloademacs-be961cd5aa189b00a9e206d546ced7e8809c0d8f.tar.gz
emacs-be961cd5aa189b00a9e206d546ced7e8809c0d8f.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 93100dc18ec..1fc84e33fab 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
11999-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
11999-12-02 Kenichi Handa <handa@etl.go.jp> 141999-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.
@@ -42,7 +55,7 @@
42 55
431999-11-30 Dave Love <fx@gnu.org> 561999-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.