Mercurial > hg > xemacs-beta
diff lisp/vm/vm-window.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 | 7d55a9ba150c |
line wrap: on
line diff
--- a/lisp/vm/vm-window.el Mon Aug 13 09:18:41 2007 +0200 +++ b/lisp/vm/vm-window.el Mon Aug 13 09:19:45 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))