diff lisp/vm/vm-window.el @ 140:585fb297b004 r20-2b4

Import from CVS: tag r20-2b4
author cvs
date Mon, 13 Aug 2007 09:32:43 +0200
parents b980b6286996
children 43dd3413c7c7
line wrap: on
line diff
--- a/lisp/vm/vm-window.el	Mon Aug 13 09:31:48 2007 +0200
+++ b/lisp/vm/vm-window.el	Mon Aug 13 09:32:43 2007 +0200
@@ -134,7 +134,7 @@
 	    (set-buffer (setq work-buffer (get-buffer-create "*vm-wconfig*")))
 	    ;; for XEmacs/MULE
 	    (and vm-xemacs-mule-p
-		 (set-file-coding-system 'no-conversion))
+		 (set-buffer-file-coding-system 'no-conversion))
 	    (erase-buffer)
 	    (print vm-window-configurations (current-buffer))
 	    (write-region (point-min) (point-max) file nil 0))