mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(rmail-decode-babyl-format): Undo previous change.
This commit is contained in:
parent
8ea3e05445
commit
b68a01e799
@ -665,9 +665,9 @@ 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))
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user