]> git.eshelyaron.com Git - emacs.git/commit
Don’t optimize insert-file-contents for GNU
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Jul 2025 06:21:23 +0000 (23:21 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 11:53:29 +0000 (13:53 +0200)
commit6a4f420af5f91f5b3129394d287bbacf0408c767
treea9675a18ce2c96882750b1ab540f193b8be99501
parentf99c57811212b993ed34208c59cca891c44d926d
Don’t optimize insert-file-contents for GNU

* src/fileio.c (Finsert_file_contents):
Remove a microoptimization for GNU/Linux and Android.

(cherry picked from commit 15570b7b95da3461feb51cf1bfe3b6337f5a67cd)
src/fileio.c