diff options
| author | Richard M. Stallman | 2001-10-30 00:34:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-10-30 00:34:09 +0000 |
| commit | 4d083a8fd22a25b3e6f252c06d802d025b07eb8c (patch) | |
| tree | 99ec6d5c01a163c98763ab4243296b80d33f8290 | |
| parent | 30db19b97947fa5792dda2b890b3ab31edbfe0c8 (diff) | |
| download | emacs-4d083a8fd22a25b3e6f252c06d802d025b07eb8c.tar.gz emacs-4d083a8fd22a25b3e6f252c06d802d025b07eb8c.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d96530b3c61..87a890b3c30 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> | 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * term.el (term-if-emacs19): Macro deleted. | ||
| 4 | Callers changed to use progn instead. | ||
| 5 | |||
| 6 | * frame.el (blink-cursor-mode): Doc fix. | ||
| 7 | |||
| 3 | * files.el (find-backup-file-name): Use make-backup-file-name. | 8 | * files.el (find-backup-file-name): Use make-backup-file-name. |
| 4 | 9 | ||
| 5 | * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to | 10 | * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to |
diff --git a/src/ChangeLog b/src/ChangeLog index da3614ab7df..91c6c69f918 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-10-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * print.c (print_object): Clarify indication of insertion type. | ||
| 4 | |||
| 1 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> | 5 | 2001-10-29 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 6 | ||
| 3 | * coding.c (syms_of_coding): Document that locale-coding-system is | 7 | * coding.c (syms_of_coding): Document that locale-coding-system is |