comparison lisp/vm/vm-pop.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents 585fb297b004
children
comparison
equal deleted inserted replaced
188:e29a8e7498d9 189:489f57a838ef
194 (and vm-xemacs-mule-p 194 (and vm-xemacs-mule-p
195 (set-buffer-file-coding-system 'binary t)) 195 (set-buffer-file-coding-system 'binary t))
196 ;; clear the trace buffer of old output 196 ;; clear the trace buffer of old output
197 (save-excursion 197 (save-excursion
198 (set-buffer process-buffer) 198 (set-buffer process-buffer)
199 (buffer-disable-undo)
199 (erase-buffer)) 200 (erase-buffer))
200 ;; open the connection to the server 201 ;; open the connection to the server
201 (setq process (open-network-stream "POP" process-buffer host port)) 202 (setq process (open-network-stream "POP" process-buffer host port))
202 (and (null process) (throw 'done nil)) 203 (and (null process) (throw 'done nil))
203 (process-kill-without-query process) 204 (process-kill-without-query process)