/[emacs]/emacs/lisp/server.el
ViewVC logotype

Diff of /emacs/lisp/server.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.105 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.106 by deego, Sun Sep 18 12:25:02 2005 UTC
# Line 371  PROC is the server process.  Format of S Line 371  PROC is the server process.  Format of S
371            (server-switch-buffer (nth 1 client))            (server-switch-buffer (nth 1 client))
372            (run-hooks 'server-switch-hook)            (run-hooks 'server-switch-hook)
373            (unless nowait            (unless nowait
374              (message (substitute-command-keys              (message "%s" (substitute-command-keys
375                        "When done with a buffer, type \\[server-edit]")))))                        "When done with a buffer, type \\[server-edit]")))))
376        ;; Avoid preserving the connection after the last real frame is deleted.        ;; Avoid preserving the connection after the last real frame is deleted.
377        (if tmp-frame (delete-frame tmp-frame))))        (if tmp-frame (delete-frame tmp-frame))))

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26