/[emacs]/emacs/lisp/net/eudcb-ph.el
ViewVC logotype

Diff of /emacs/lisp/net/eudcb-ph.el

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

revision 1.8 by ttn, Mon Aug 1 15:17:06 2005 UTC revision 1.9 by rms, Wed Nov 16 22:23:28 2005 UTC
# Line 184  SERVER is either a string naming the ser Line 184  SERVER is either a string naming the ser
184        (setq process (open-network-stream "ph" eudc-ph-process-buffer host port))        (setq process (open-network-stream "ph" eudc-ph-process-buffer host port))
185        (if (null process)        (if (null process)
186            (throw 'done nil))            (throw 'done nil))
187        (process-kill-without-query process)        (set-process-query-on-exit-flag process t)
188        process)))        process)))
189    
190  (defun eudc-ph-close-session (process)  (defun eudc-ph-close-session (process)

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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