Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/vm/vm-pop.el Mon Aug 13 08:51:05 2007 +0200 +++ b/lisp/vm/vm-pop.el Mon Aug 13 08:51:32 2007 +0200 @@ -187,7 +187,7 @@ (setq process-buffer (get-buffer-create (format "trace of POP session to %s" host))) ;; Tell XEmacs/MULE not to mess with the text. - (and (fboundp 'set-file-coding-system) + (and (vm-xemacs-mule-p) (set-file-coding-system 'binary t)) ;; clear the trace buffer of old output (save-excursion