Mercurial > emacs
changeset 41591:7c12657b7a8c
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Nov 2001 20:16:17 +0000 |
parents | 39c6a725758c |
children | b89d0c514129 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 26 20:15:26 2001 +0000 +++ b/lisp/ChangeLog Mon Nov 26 20:16:17 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-26 Richard M. Stallman <rms@gnu.org> + + * startup.el (command-line-1): Call kill-buffer only in non-fancy case. + 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il> * loaddefs.el: Regenerated.
--- a/src/ChangeLog Mon Nov 26 20:15:26 2001 +0000 +++ b/src/ChangeLog Mon Nov 26 20:16:17 2001 +0000 @@ -1,5 +1,8 @@ 2001-11-26 Richard M. Stallman <rms@gnu.org> + * textprop.c (set_text_properties_1): Allow START, END in either order. + Do nothing if range is empty. + * Makefile.in (mallocobj): Simplify logic using auxiliary vars. * Makefile.in (mostlyclean): Delete bootstrap-emacs here.