1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(server-process-filter): Use server-switch-buffer.

This commit is contained in:
Richard M. Stallman 1993-06-15 23:11:38 +00:00
parent fce222c7f0
commit 01906bcac9

View file

@ -188,7 +188,7 @@ Prefix arg means just kill any existing server communications subprocess."
(server-visit-files files client)
;; CLIENT is now a list (CLIENTNUM BUFFERS...)
(setq server-clients (cons client server-clients))
(switch-to-buffer (nth 1 client))
(server-switch-buffer (nth 1 client))
(run-hooks 'server-switch-hook)
(message (substitute-command-keys
"When done with a buffer, type \\[server-edit].")))))