Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/vm/vm-pop.el Mon Aug 13 09:18:41 2007 +0200 +++ b/lisp/vm/vm-pop.el Mon Aug 13 09:19:45 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-file-coding-system 'binary t)) + (set-buffer-file-coding-system 'no-conversion t)) ;; clear the trace buffer of old output (save-excursion (set-buffer process-buffer)