diff options
| author | Eli Zaretskii | 2008-10-10 08:54:08 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-10 08:54:08 +0000 |
| commit | 41b3bdd3c4885a79eeca54476aa3df9bb01ed478 (patch) | |
| tree | d9af605f5b0b233dd7b190e546ad70403eb8ac05 /lisp/ChangeLog | |
| parent | 008330eadaa236adb62611f4ad12c944b2309906 (diff) | |
| download | emacs-41b3bdd3c4885a79eeca54476aa3df9bb01ed478.tar.gz emacs-41b3bdd3c4885a79eeca54476aa3df9bb01ed478.zip | |
(command-line): Don't invoke tool-bar-mode if it is not fboundp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bed3852d9f5..cb4bd363f8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-10-10 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line): Don't invoke tool-bar-mode if it is | ||
| 4 | not fboundp. | ||
| 5 | |||
| 1 | 2008-10-09 Chong Yidong <cyd@stupidchicken.com> | 6 | 2008-10-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * startup.el (command-line): Enable tool-bar-mode as long as it is | 8 | * startup.el (command-line): Enable tool-bar-mode as long as it is |