Change envvar coding system buffer locally
This commit is contained in:
parent
21fda9af60
commit
a2011232a2
2 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ unreadable. Returns the names of envvars that were changed."
|
|||
(env
|
||||
(with-temp-buffer
|
||||
(save-excursion
|
||||
(setq coding-system-for-read 'utf-8)
|
||||
(setq-local coding-system-for-read 'utf-8)
|
||||
(insert "\0\n") ; to prevent off-by-one
|
||||
(insert-file-contents file))
|
||||
(save-match-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue