]> git.eshelyaron.com Git - emacs.git/commit
Use void * for pointers in with_echo_area_buffer
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 3 Aug 2020 22:21:59 +0000 (15:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 4 Aug 2020 02:08:59 +0000 (19:08 -0700)
commit19e76f6190c5c7b939bb15c8ab1137c5db2871c0
tree0b90c9156b288e26bf87cd0c560016671e6bae15
parentfd50b3fc45d35549b842a3ac4889b10f7fcf574c
Use void * for pointers in with_echo_area_buffer

* src/xdisp.c (with_echo_area_buffer): Pass void * instead of
ptrdiff_t, since the values are typically pointers and this ports
better to (mostly-theoretical) hosts where ptrdiff_t is narrower
than intptr_t.  All uses changed.
src/xdisp.c