1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00
This commit is contained in:
Christopher Zaborsky 1992-11-03 21:08:55 +00:00
parent 33b4a308e6
commit cc9875f9f5

View file

@ -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