comparison lisp/vm/vm-pop.el @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 360340f9fd5f
children cca96a509cfe
comparison
equal deleted inserted replaced
109:e183fc049578 110:fe104dbd9147
190 ;; get the trace buffer 190 ;; get the trace buffer
191 (setq process-buffer 191 (setq process-buffer
192 (get-buffer-create (format "trace of POP session to %s" host))) 192 (get-buffer-create (format "trace of POP session to %s" host)))
193 ;; Tell XEmacs/MULE not to mess with the text. 193 ;; Tell XEmacs/MULE not to mess with the text.
194 (and (vm-xemacs-mule-p) 194 (and (vm-xemacs-mule-p)
195 (set-file-coding-system 'binary t)) 195 (set-buffer-file-coding-system 'no-conversion 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 (erase-buffer)) 199 (erase-buffer))
200 ;; open the connection to the server 200 ;; open the connection to the server