Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
27aa8132
Commit
27aa8132
authored
Jun 21, 1996
by
Richard M. Stallman
Browse files
Whitespace change.
parent
ebf9219e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/menu-bar.el
lisp/menu-bar.el
+6
-6
No files found.
lisp/menu-bar.el
View file @
27aa8132
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment