1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(ediff-control-frame-parameters): Add zero

tool-bar-lines.
This commit is contained in:
Gerd Moellmann 2000-09-27 11:29:23 +00:00
parent b37975f0f5
commit 4b47289bb8

View file

@ -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)