]> git.eshelyaron.com Git - emacs.git/commit
textconv.c: Fix warnings with-wide-int
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 3 Feb 2024 21:07:24 +0000 (16:07 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sun, 4 Feb 2024 11:05:35 +0000 (12:05 +0100)
commit0563773ce75d2db9ce5929fc2b963dff5cfe2e59
tree9ec5938c05fcd2affffdf925b2b75b1af50a47fd
parent463e97c2bafb638cc0cfa6a68b5a9218f6b62aa4
textconv.c: Fix warnings with-wide-int

* src/textconv.c (set_composing_region, textconv_set_point_and_mark):
Use `min/max`.

(cherry picked from commit d41cdceb133e30c71a95fe893d70645472b326e3)
src/textconv.c