diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-09-27 11:29:23 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-09-27 11:29:23 +0000 |
commit | 4b47289bb8986a2ec62d1d1b42c8c139a930d31b (patch) | |
tree | cbc8a133d8c02c04c8b26a71edebb922247e1ca7 /lisp/ediff-wind.el | |
parent | b37975f0f5e7cca536a6ec4e67efe98fd51e1721 (diff) | |
download | emacs-4b47289bb8986a2ec62d1d1b42c8c139a930d31b.tar.gz emacs-4b47289bb8986a2ec62d1d1b42c8c139a930d31b.tar.bz2 emacs-4b47289bb8986a2ec62d1d1b42c8c139a930d31b.zip |
(ediff-control-frame-parameters): Add zero
tool-bar-lines.
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r-- | lisp/ediff-wind.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 5dde883c24b..13167ab7a63 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -151,6 +151,7 @@ In this case, Ediff will use those frames to display these buffers." '(vertical-scroll-bars . nil) ; Emacs only '(scrollbar-width . 0) ; XEmacs only '(menu-bar-lines . 0) ; Emacs only + '(tool-bar-lines . 0) ; Emacs only ;; don't lower and auto-raise '(auto-lower . nil) '(auto-raise . t) |