Whitespace change.
This commit is contained in:
parent
ebf9219e1c
commit
27aa8132cd
1 changed files with 6 additions and 6 deletions
|
|
@ -380,12 +380,12 @@ Do the same for the keys of the same name."
|
|||
(defun delete-frame-enabled-p ()
|
||||
"Return non-nil if `delete-frame' should be enabled in the menu bar."
|
||||
(let ((frames (frame-list))
|
||||
(count 0))
|
||||
(while frames
|
||||
(if (frame-visible-p (car frames))
|
||||
(setq count (1+ count)))
|
||||
(setq frames (cdr frames)))
|
||||
(> count 1)))
|
||||
(count 0))
|
||||
(while frames
|
||||
(if (frame-visible-p (car frames))
|
||||
(setq count (1+ count)))
|
||||
(setq frames (cdr frames)))
|
||||
(> count 1)))
|
||||
|
||||
(put 'advertised-undo 'menu-enable
|
||||
'(and (not (eq t buffer-undo-list))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue