Mercurial > hg > xemacs-beta
diff lisp/vm/vm-window.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 |
line wrap: on
line diff
--- a/lisp/vm/vm-window.el Mon Aug 13 09:15:13 2007 +0200 +++ b/lisp/vm/vm-window.el Mon Aug 13 09:15:49 2007 +0200 @@ -132,7 +132,7 @@ (progn (set-buffer (setq work-buffer (get-buffer-create "*vm-wconfig*"))) ;; for XEmacs/MULE - (and (fboundp 'set-file-coding-system) + (and (vm-xemacs-mule-p) (set-file-coding-system 'no-conversion)) (erase-buffer) (print vm-window-configurations (current-buffer))