comparison lisp/vm/vm-pop.el @ 26:441bb1e64a06 r19-15b96

Import from CVS: tag r19-15b96
author cvs
date Mon, 13 Aug 2007 08:51:32 +0200
parents 4103f0995bd7
children ec9a17fef872
comparison
equal deleted inserted replaced
25:383a494979f8 26:441bb1e64a06
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))