]> git.eshelyaron.com Git - emacs.git/commit
* lisp/url/url-file.el (url-file): Don't bind `coding-system-for-read`
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 9 Oct 2022 03:06:03 +0000 (23:06 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 9 Oct 2022 03:06:45 +0000 (23:06 -0400)
commit9d47364634f96b2f2651a7f3942f8f87b920f02d
tree85d5192a54eb3220b0c8effcaaf5d5053dadda69
parent81eb7c1809423966975b67a62c8945267d05b1ae
* lisp/url/url-file.el (url-file): Don't bind `coding-system-for-read`

Binding it causes errors when some of the enclosed code ends up
loading a `.el` file, and it is unnecessary since the rest of
the code (in `url-file-asynch-callback`) is already careful to
use `insert-file-contents-literally`.
lisp/url/url-file.el