]> git.eshelyaron.com Git - emacs.git/commit
Fix 'insert-file-contents' with non-regular files
authorEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2023 08:02:52 +0000 (11:02 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 12 Aug 2023 08:02:52 +0000 (11:02 +0300)
commit7b578863462f8fda7a02cf5f7acb39f6362e5419
tree180a761fea31d875607b601e91181eb2706487db
parentf611c5be210a552256799ee95ef72a74efbfdd1d
Fix 'insert-file-contents' with non-regular files

* src/fileio.c (Finsert_file_contents): Fix the doc string.  Erase
only the accessible portion of the buffer, not the entire buffer.
(Bug#65156)
src/fileio.c