]> git.eshelyaron.com Git - emacs.git/commit
Port insert-file-contents dir behavior to Unix
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jul 2025 16:47:30 +0000 (09:47 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:53:18 +0000 (13:53 +0200)
commitdd4a1bd4e12507c454eeb7320189c802689375df
tree52a9fc8954d4a76aa23966d8ee727cd459ccbfd6
parenta68bd32b5a9cfc6b3ca0fe5fe960944bb7443700
Port insert-file-contents dir behavior to Unix

* src/fileio.c (Finsert_file_contents): Port better to traditional
Unix platforms like Solaris, where in some cases 'read' can
succeed on directories.

(cherry picked from commit 8a1d368b6241d999668086fed3c20f634b9fb4d3)
doc/lispref/files.texi
src/fileio.c