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:
parent
fce222c7f0
commit
01906bcac9
1 changed files with 1 additions and 1 deletions
|
|
@ -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].")))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue