Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
139:2b5203979d01 | 140:585fb297b004 |
---|---|
132 (unwind-protect | 132 (unwind-protect |
133 (progn | 133 (progn |
134 (set-buffer (setq work-buffer (get-buffer-create "*vm-wconfig*"))) | 134 (set-buffer (setq work-buffer (get-buffer-create "*vm-wconfig*"))) |
135 ;; for XEmacs/MULE | 135 ;; for XEmacs/MULE |
136 (and vm-xemacs-mule-p | 136 (and vm-xemacs-mule-p |
137 (set-file-coding-system 'no-conversion)) | 137 (set-buffer-file-coding-system 'no-conversion)) |
138 (erase-buffer) | 138 (erase-buffer) |
139 (print vm-window-configurations (current-buffer)) | 139 (print vm-window-configurations (current-buffer)) |
140 (write-region (point-min) (point-max) file nil 0)) | 140 (write-region (point-min) (point-max) file nil 0)) |
141 (and work-buffer (kill-buffer work-buffer)))))) | 141 (and work-buffer (kill-buffer work-buffer)))))) |
142 | 142 |