diff options
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r-- | lisp/ediff-wind.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index ae4d603711e..7d9daa6aac9 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -159,6 +159,8 @@ In this case, Ediff will use those frames to display these buffers." '(scrollbar-height . 0) ; XEmacs only '(menu-bar-lines . 0) ; Emacs only '(tool-bar-lines . 0) ; Emacs 21+ only + '(left-fringe . 0) + '(right-fringe . 0) ;; don't lower but auto-raise '(auto-lower . nil) '(auto-raise . t) |