]> git.eshelyaron.com Git - emacs.git/commit
Pacify gcc -Wclobbered in Freplace_region_contents
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 2 Apr 2025 20:52:30 +0000 (13:52 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Apr 2025 16:51:20 +0000 (18:51 +0200)
commita37d3f90de46aa5dc61b8344daee383bd8ff5f47
treef7c6df2be61c95de910f61c0b462b192cd0d274c
parent89654ae2adeeafc1681a8d87ffea24474f6c69b0
Pacify gcc -Wclobbered in Freplace_region_contents

* src/editfns.c (Freplace_region_contents): Redo slightly to
pacify gcc -Wclobbered, by hoisting the eassume out of SCHARS and
into the caller later, where it’ll do more good anyway.

(cherry picked from commit 5039ad24a362d88ac43d79f9fa5a5ba11f0da61b)
src/editfns.c