From fc794f13b3c1538fcdf157de9a3f3384de726956 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 8 Nov 2000 18:04:14 +0000 Subject: [PATCH] (ediff-control-frame-parameters): Zero tool-bar-lines. --- lisp/ediff-wind.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 4e8138a087b..82415d94eba 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 21+ only ;; don't lower and auto-raise '(auto-lower . nil) '(auto-raise . t) -- 2.39.5