diff options
| author | Chong Yidong | 2010-06-25 15:32:37 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-06-25 15:32:37 -0400 |
| commit | fac580ebfad46d89bfa3e01f53136f8404762ffa (patch) | |
| tree | c89797ed960acd1708b460864dc40d8d54b77827 /lisp | |
| parent | a9fdbaae1a386c8884c70bab38abb4c6c81c6a8b (diff) | |
| download | emacs-fac580ebfad46d89bfa3e01f53136f8404762ffa.tar.gz emacs-fac580ebfad46d89bfa3e01f53136f8404762ffa.zip | |
Revert last change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/frame.el | 3 |
2 files changed, 1 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a92cede973..b9f4f36cc28 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,3 @@ | |||
| 1 | 2010-06-25 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * frame.el (initial-frame-alist): Give default value entries for | ||
| 4 | menu-bar-lines and tool-bar-lines consistent with the startup | ||
| 5 | default (Bug#2249). | ||
| 6 | |||
| 7 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> | 1 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> |
| 8 | 2 | ||
| 9 | * flyspell.el (flyspell-check-previous-highlighted-word): Make | 3 | * flyspell.el (flyspell-check-previous-highlighted-word): Make |
diff --git a/lisp/frame.el b/lisp/frame.el index eb125cdda4a..7456db4021c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -52,8 +52,7 @@ Parameters specified here supersede the values given in | |||
| 52 | ;; The initial value given here used to ask for a minibuffer. | 52 | ;; The initial value given here used to ask for a minibuffer. |
| 53 | ;; But that's not necessary, because the default is to have one. | 53 | ;; But that's not necessary, because the default is to have one. |
| 54 | ;; By not specifying it here, we let an X resource specify it. | 54 | ;; By not specifying it here, we let an X resource specify it. |
| 55 | (defcustom initial-frame-alist | 55 | (defcustom initial-frame-alist nil |
| 56 | '((menu-bar-lines . 1) (tool-bar-lines . 1)) | ||
| 57 | "Alist of parameters for the initial X window frame. | 56 | "Alist of parameters for the initial X window frame. |
| 58 | You can set this in your init file; for example, | 57 | You can set this in your init file; for example, |
| 59 | 58 | ||