(rmail-decode-babyl-format): Avoid locking when decoding.
This commit is contained in:
parent
e90c4fe62a
commit
bda2515e22
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue