/[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.93.2.1 by handa, Fri Apr 16 12:50:09 2004 UTC revision 1.93.2.2 by miles, Thu Oct 14 08:49:59 2004 UTC
# Line 343  PROC is the server process.  Format of S Line 343  PROC is the server process.  Format of S
343                      (with-temp-buffer                      (with-temp-buffer
344                        (let ((standard-output (current-buffer)))                        (let ((standard-output (current-buffer)))
345                          (pp v)                          (pp v)
346                          (process-send-region proc (point-min) (point-max))))))                          ;; Suppress the error rose when the pipe to PROC is closed.
347                            (condition-case err
348                                (process-send-region proc (point-min) (point-max))
349                              (file-error nil))
350                            ))))
351                ;; ARG is a file name.                ;; ARG is a file name.
352                ;; Collapse multiple slashes to single slashes.                ;; Collapse multiple slashes to single slashes.
353                (setq arg (command-line-normalize-file-name arg))                (setq arg (command-line-normalize-file-name arg))

Legend:
Removed from v.1.93.2.1  
changed lines
  Added in v.1.93.2.2

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