Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2f348ca3
Commit
2f348ca3
authored
Jan 26, 1998
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(desktop-clear): Don't kill dead buffers.
parent
cef926f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/desktop.el
lisp/desktop.el
+1
-0
No files found.
lisp/desktop.el
View file @
2f348ca3
...
...
@@ -258,6 +258,7 @@ and those listed in `desktop-clear-preserve-buffers'."
(
let
((
buffers
(
buffer-list
)))
(
while
buffers
(
or
(
member
(
buffer-name
(
car
buffers
))
desktop-clear-preserve-buffers
)
(
null
(
buffer-name
(
car
buffers
)))
;; Don't kill buffers made for internal purposes.
(
and
(
not
(
equal
(
buffer-name
(
car
buffers
))
""
))
(
eq
(
aref
(
buffer-name
(
car
buffers
))
0
)
?\
))
...
...
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