changeset 31928:d8593bb2af46

(ediff-control-frame-parameters): Add zero tool-bar-lines.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Sep 2000 11:29:23 +0000
parents ba48db63fa14
children 366aa501ad5a
files lisp/ediff-wind.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ediff-wind.el	Wed Sep 27 09:41:51 2000 +0000
+++ b/lisp/ediff-wind.el	Wed Sep 27 11:29:23 2000 +0000
@@ -151,6 +151,7 @@
    '(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)