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:
parent
b37975f0f5
commit
4b47289bb8
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue