(rmail-decode-babyl-format): Avoid locking when decoding.

This commit is contained in:
Richard M. Stallman 1999-01-31 04:35:56 +00:00
parent e90c4fe62a
commit bda2515e22

View file

@ -659,6 +659,7 @@ Note: it means the file has no messages in it.\n\^_")))
(setq coding-system (detect-coding-region from to t)))
(unless (memq coding-system
'(undecided undecided-unix))
(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)