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