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
a9562d19
Commit
a9562d19
authored
Feb 28, 1996
by
Richard M. Stallman
Browse files
(handle-delete-frame): Use save-buffers-kill-emacs.
parent
d3c7da21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/frame.el
lisp/frame.el
+2
-1
No files found.
lisp/frame.el
View file @
a9562d19
...
...
@@ -118,7 +118,8 @@ These supersede the values given in `default-frame-alist'.")
(
setq
tail
(
cdr
tail
)))
(
if
(
>
i
0
)
(
delete-frame
frame
t
)
(
kill-emacs
))))
;; Gildea@x.org says it is ok to ask questions before terminating.
(
save-buffers-kill-emacs
))))
;;;; Arrangement of frames at startup
...
...
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