comparison lisp/vm/vm-pop.el @ 102:a145efe76779 r20-1b3

Import from CVS: tag r20-1b3
author cvs
date Mon, 13 Aug 2007 09:15:49 +0200
parents 4be1180a9e89
children 360340f9fd5f
comparison
equal deleted inserted replaced
101:a0ec055d74dd 102:a145efe76779
185 saved-password t))))) 185 saved-password t)))))
186 ;; get the trace buffer 186 ;; get the trace buffer
187 (setq process-buffer 187 (setq process-buffer
188 (get-buffer-create (format "trace of POP session to %s" host))) 188 (get-buffer-create (format "trace of POP session to %s" host)))
189 ;; Tell XEmacs/MULE not to mess with the text. 189 ;; Tell XEmacs/MULE not to mess with the text.
190 (and (fboundp 'set-file-coding-system) 190 (and (vm-xemacs-mule-p)
191 (set-file-coding-system 'binary t)) 191 (set-file-coding-system 'binary t))
192 ;; clear the trace buffer of old output 192 ;; clear the trace buffer of old output
193 (save-excursion 193 (save-excursion
194 (set-buffer process-buffer) 194 (set-buffer process-buffer)
195 (erase-buffer)) 195 (erase-buffer))