]> git.eshelyaron.com Git - emacs.git/commit
Fix misleading "File exists, but cannot be read" in browse-url-emacs
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Oct 2022 07:00:17 +0000 (09:00 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Oct 2022 07:00:17 +0000 (09:00 +0200)
commitc522021a3019fa8f8598319a867326ec59b2bfaf
tree2ecce034ec76c990770fa3502c6668771673712d
parent2b7fefdef148f4d5deee3ea1ed63e8999010c9c3
Fix misleading "File exists, but cannot be read" in browse-url-emacs

* src/fileio.c (Finsert_file_contents): Don't signal an error
about not being able to open the file when we're fetching things
via handlers -- in that case, modtime isn't necessarily set, and
if there's a handler, it should take care of this (bug#42431).
src/fileio.c