Mercurial > emacs
changeset 24584:244e710f3134
(rmail-decode-babyl-format): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 07 Apr 1999 06:11:36 +0000 |
parents | 0e5c5bd9b99d |
children | 6810d6fb639f |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Wed Apr 07 05:48:00 1999 +0000 +++ b/lisp/mail/rmail.el Wed Apr 07 06:11:36 1999 +0000 @@ -665,9 +665,9 @@ (setq coding-system (detect-coding-region from to t))) (unless (memq coding-system '(undecided undecided-unix)) - (let (buffer-file-truename) ; Avoid locking when decoding. - (decode-coding-region from to coding-system) - (setq coding-system last-coding-system-used))) + (set-buffer-modified-p t) ; avoid locking when decoding + (decode-coding-region from to coding-system) + (setq coding-system last-coding-system-used)) (set-buffer-modified-p modifiedp) (setq buffer-file-coding-system nil) (setq save-buffer-coding-system