summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog3
2 files changed, 7 insertions, 0 deletions
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 <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.
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 <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.