]> git.eshelyaron.com Git - emacs.git/commit
Refactor insert-file-contents overlap check
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Jul 2025 22:20:31 +0000 (15:20 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:11:51 +0000 (10:11 +0200)
commit8798e9d9269a531417e028811c16c96f36ebb96f
tree06646c5ccfac5c46eb831a5ca1eaa5eff138a013
parenta565c37487418333916e8a91d1090d4c1ed27625
Refactor insert-file-contents overlap check

* src/fileio.c (Finsert_file_contents):
Simplify and clarify file overlap check.

(cherry picked from commit e879533f4b9cd12a6847f4d69c866c29d5923541)
src/fileio.c