]> git.eshelyaron.com Git - emacs.git/commit
insert-file-contents likely-end memory objects
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 16 Jul 2025 18:16:13 +0000 (11:16 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:53:20 +0000 (13:53 +0200)
commitb5314aa9ce6eb73dbd06b844764c4adab99408fb
treef58580461dab321f24a0ec112e1363fcf209829d
parentdd4a1bd4e12507c454eeb7320189c802689375df
insert-file-contents likely-end memory objects

* src/fileio.c (Finsert_file_contents): Treat memory objects like
regular files when inferring likely end.  Simplify likely end
computation.

(cherry picked from commit 92dee45c5e4e7be1682a8a3aacdfd7d9c87cf286)
src/fileio.c