From: Gerd Moellmann Date: Fri, 5 Nov 1999 14:05:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d59c34cd8864ef9f39689a75b0c19c78c280707;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 740f80af68b..74a33ce2a0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-11-04 Markus Rost + + * simple.el (comment-region): Strip off white space at end of + comment-start. + 1999-11-04 Gerd Moellmann * faces.el (secondary-selection): Fix wrong color name. diff --git a/src/ChangeLog b/src/ChangeLog index 675f740702e..55a100fbfb6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 1999-11-05 Gerd Moellmann + * filelock.c (Ffile_locked_p): Make FILENAME a required argument. + * buffer.c (syms_of_buffer): Extend documentation of mode-line-format.