1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Whitespace change.

This commit is contained in:
Richard M. Stallman 1996-06-21 05:54:19 +00:00
parent ebf9219e1c
commit 27aa8132cd

View File

@ -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))