diff options
| author | Richard M. Stallman | 2001-11-26 20:16:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-26 20:16:17 +0000 |
| commit | d14204358f7e1c958f5bec6f15d0ab05957b69a7 (patch) | |
| tree | 9e492c5ba7213a4129c8d53111bee17bae41d8cb | |
| parent | 84403b77cb526ca06ca38a500b5466104c78fbb5 (diff) | |
| download | emacs-d14204358f7e1c958f5bec6f15d0ab05957b69a7.tar.gz emacs-d14204358f7e1c958f5bec6f15d0ab05957b69a7.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 2001-11-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line-1): Call kill-buffer only in non-fancy case. | ||
| 4 | |||
| 1 | 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-11-26 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * loaddefs.el: Regenerated. | 7 | * 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 @@ | |||
| 1 | 2001-11-26 Richard M. Stallman <rms@gnu.org> | 1 | 2001-11-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * textprop.c (set_text_properties_1): Allow START, END in either order. | ||
| 4 | Do nothing if range is empty. | ||
| 5 | |||
| 3 | * Makefile.in (mallocobj): Simplify logic using auxiliary vars. | 6 | * Makefile.in (mallocobj): Simplify logic using auxiliary vars. |
| 4 | 7 | ||
| 5 | * Makefile.in (mostlyclean): Delete bootstrap-emacs here. | 8 | * Makefile.in (mostlyclean): Delete bootstrap-emacs here. |