]> git.eshelyaron.com Git - emacs.git/commit
Use `min`/`max` macros in a few more places
authorStefan Kangas <stefankangas@gmail.com>
Tue, 9 Jan 2024 06:55:51 +0000 (07:55 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Jan 2024 10:33:22 +0000 (11:33 +0100)
commit6625721ff49666b10f95b787573d067b040b6d50
treed382757a1b0d290624cda546590eccca69de83ab
parent1e3c3a1b0690e10daddf159595acf632976d1e0a
Use `min`/`max` macros in a few more places

* src/bidi.c (bidi_set_sos_type):
* src/coding.c (consume_chars):
* src/dosfns.c (dos_memory_info):
* src/emacs.c (sort_args):
* src/insdel.c (count_combining_before)
(count_combining_after, replace_range, del_range_2):
* src/sort.c (tim_sort):
* src/w32.c (sys_write):
* src/xfaces.c (face_at_buffer_position)
(face_for_overlay_string): Prefer using 'min' and 'max' macros.

(cherry picked from commit 79510d81d87488062c41a27279aaf0815c7933bc)
src/bidi.c
src/coding.c
src/dosfns.c
src/emacs.c
src/insdel.c
src/sort.c
src/w32.c
src/xfaces.c