From: Richard M. Stallman Date: Mon, 26 Nov 2001 20:16:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d14204358f7e1c958f5bec6f15d0ab05957b69a7;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e43684d5b9f..ae475fa71cd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-26 Richard M. Stallman + + * startup.el (command-line-1): Call kill-buffer only in non-fancy case. + 2001-11-26 Eli Zaretskii * loaddefs.el: Regenerated. diff --git a/src/ChangeLog b/src/ChangeLog index 769bbc922cc..8fa4bc03ca8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-11-26 Richard M. Stallman + * 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.