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
3d2a0e0b
Commit
3d2a0e0b
authored
Dec 18, 2000
by
Gerd Moellmann
Browse files
(server-buffer-done): Bury the buffer before
killing it.
parent
91c9e6ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/server.el
lisp/server.el
+1
-0
No files found.
lisp/ChangeLog
View file @
3d2a0e0b
2000-12-18 Gerd Moellmann <gerd@gnu.org>
* server.el (server-buffer-done): Bury the buffer before
killing it.
* faces.el (face-spec-set): Interpret a nil in specs for
foreground and background colors as `unspecified', for
compatibility with 20.x.
...
...
lisp/server.el
View file @
3d2a0e0b
...
...
@@ -390,6 +390,7 @@ or nil. KILLED is t if we killed BUFFER
(
set-buffer
buffer
)
server-existing-buffer
))
(
setq
killed
t
)
(
bury-buffer
buffer
)
(
kill-buffer
buffer
))
(
unless
killed
(
if
(
server-temp-file-p
buffer
)
...
...
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