1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(ediff-setup-control-frame): Remove :box

attribute from mode-line face of Ediff control frame.
This commit is contained in:
Gerd Moellmann 2000-06-28 20:19:18 +00:00
parent 0a9c90a068
commit bbe14ff422

View file

@ -897,7 +897,9 @@ into icons, regardless of the window manager."
(setq ctl-frame (if (frame-live-p old-ctl-frame)
old-ctl-frame
(make-frame ediff-control-frame-parameters))
ediff-control-frame ctl-frame))
ediff-control-frame ctl-frame)
(when (and ediff-emacs-p (face-attribute 'mode-line :box))
(set-face-attribute 'mode-line ctl-frame :box nil)))
(setq ctl-frame-iconified-p (ediff-frame-iconified-p ctl-frame))
(select-frame ctl-frame)