diff lisp/vm/vm-window.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 859a2309aef8
children 441bb1e64a06
line wrap: on
line diff
--- a/lisp/vm/vm-window.el	Mon Aug 13 08:50:31 2007 +0200
+++ b/lisp/vm/vm-window.el	Mon Aug 13 08:51:03 2007 +0200
@@ -131,6 +131,9 @@
       (unwind-protect
 	  (progn
 	    (set-buffer (setq work-buffer (get-buffer-create "*vm-wconfig*")))
+	    ;; for XEmacs/MULE
+	    (and (fboundp 'set-file-coding-system)
+		 (set-file-coding-system 'no-conversion))
 	    (erase-buffer)
 	    (print vm-window-configurations (current-buffer))
 	    (write-region (point-min) (point-max) file nil 0))