diff lisp/vm/vm-pop.el @ 136:b980b6286996 r20-2b2

Import from CVS: tag r20-2b2
author cvs
date Mon, 13 Aug 2007 09:31:12 +0200
parents cca96a509cfe
children 585fb297b004
line wrap: on
line diff
--- a/lisp/vm/vm-pop.el	Mon Aug 13 09:30:13 2007 +0200
+++ b/lisp/vm/vm-pop.el	Mon Aug 13 09:31:12 2007 +0200
@@ -192,7 +192,7 @@
 		(get-buffer-create (format "trace of POP session to %s" host)))
 	  ;; Tell XEmacs/MULE not to mess with the text.
 	  (and vm-xemacs-mule-p
-	       (set-buffer-file-coding-system 'no-conversion t))
+	       (set-file-coding-system 'binary t))
 	  ;; clear the trace buffer of old output
 	  (save-excursion
 	    (set-buffer process-buffer)