diff options
| author | Gerd Moellmann | 2000-09-26 15:32:27 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-26 15:32:27 +0000 |
| commit | 876512abbb324aa297922ee68724a0938157a742 (patch) | |
| tree | 2dd1c82c02fe825f00cb9d9c83cccaf4d10b14be | |
| parent | 33a33c06cf1df247d89d1eec667163dc7076e2e7 (diff) | |
| download | emacs-876512abbb324aa297922ee68724a0938157a742.tar.gz emacs-876512abbb324aa297922ee68724a0938157a742.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d00d8a9e21f..88d1e71aef1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -4,6 +4,10 @@ | |||
| 4 | 4 | ||
| 5 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-09-26 Gerd Moellmann <gerd@gnu.org> |
| 6 | 6 | ||
| 7 | * frame.el (frame-notice-user-settings): Don't add a | ||
| 8 | tool-bar-lines frame parameter to default-frame-alist in batch | ||
| 9 | mode. | ||
| 10 | |||
| 7 | * frame.el (frame-notice-user-settings): Make tool-bar-mode and | 11 | * frame.el (frame-notice-user-settings): Make tool-bar-mode and |
| 8 | default-frame-alist consistent. | 12 | default-frame-alist consistent. |
| 9 | 13 | ||