Mercurial > hg > xemacs-beta
diff lisp/vm/vm-folder.el @ 136:b980b6286996 r20-2b2
Import from CVS: tag r20-2b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:31:12 +0200 |
parents | cca96a509cfe |
children | 585fb297b004 |
line wrap: on
line diff
--- a/lisp/vm/vm-folder.el Mon Aug 13 09:30:13 2007 +0200 +++ b/lisp/vm/vm-folder.el Mon Aug 13 09:31:12 2007 +0200 @@ -508,7 +508,7 @@ (set-buffer temp-buffer) (if (file-readable-p file) (condition-case nil - (let ((coding-system-for-read 'binary)) + (let ((overriding-file-coding-system 'binary)) (insert-file-contents file nil 0 4096)) (wrong-number-of-arguments (call-process "sed" file temp-buffer nil @@ -2618,7 +2618,7 @@ ;; enable-local-variables == nil disables them for newer Emacses (let ((inhibit-local-variables t) (enable-local-variables nil) - (coding-system-for-read 'no-conversion)) + (overriding-file-coding-system 'no-conversion)) (find-file-noselect crash-box))) (save-excursion (set-buffer crash-buf) @@ -2949,7 +2949,7 @@ (vm-save-restriction (widen) (goto-char (point-max)) - (let ((coding-system-for-read 'binary)) + (let ((overriding-file-coding-system 'binary)) (insert-file-contents folder)))) (setq mcount (length vm-message-list)) (if (vm-assimilate-new-messages)