Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cc9875f9
Commit
cc9875f9
authored
Nov 03, 1992
by
Christopher Zaborsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fix.
parent
33b4a308
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/server.el
lisp/server.el
+2
-2
No files found.
lisp/server.el
View file @
cc9875f9
...
...
@@ -253,8 +253,8 @@ are considered temporary."
(
string-match
server-temp-file-regexp
(
buffer-file-name
buffer
))))
(
defun
server-done
()
"Offer to save current buffer, mark it as \"done\" for clients
,
bury it, and return a suggested buffer to select next."
"Offer to save current buffer, mark it as \"done\" for clients
.
Then
bury it, and return a suggested buffer to select next."
(
let
((
buffer
(
current-buffer
)))
(
if
server-buffer-clients
(
progn
...
...
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