aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ediff-wind.el1
1 files changed, 1 insertions, 0 deletions
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."
151 '(vertical-scroll-bars . nil) ; Emacs only 151 '(vertical-scroll-bars . nil) ; Emacs only
152 '(scrollbar-width . 0) ; XEmacs only 152 '(scrollbar-width . 0) ; XEmacs only
153 '(menu-bar-lines . 0) ; Emacs only 153 '(menu-bar-lines . 0) ; Emacs only
154 '(tool-bar-lines . 0) ; Emacs 21+ only
154 ;; don't lower and auto-raise 155 ;; don't lower and auto-raise
155 '(auto-lower . nil) 156 '(auto-lower . nil)
156 '(auto-raise . t) 157 '(auto-raise . t)