]> git.eshelyaron.com Git - emacs.git/commit
insert-file-contents refactor xlseek
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Jul 2025 21:52:46 +0000 (14:52 -0700)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:11:49 +0000 (10:11 +0200)
commita565c37487418333916e8a91d1090d4c1ed27625
treee695e37b39ef5e3f78e82a9796b0ab463f936def
parenta361f84426650fcaa24d2f2732ead4605f71ee64
insert-file-contents refactor xlseek

* src/fileio.c (xlseek): New arg WHENCE.  All uses changed.
This generalizes xlseek and should simplify future changes.

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