From: Gerd Moellmann Date: Wed, 27 Sep 2000 11:29:23 +0000 (+0000) Subject: (ediff-control-frame-parameters): Add zero X-Git-Tag: emacs-pretest-21.0.90~1351 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b47289bb8986a2ec62d1d1b42c8c139a930d31b;p=emacs.git (ediff-control-frame-parameters): Add zero tool-bar-lines. --- 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)