diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-03 15:21:59 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-03 19:08:59 -0700 |
commit | 19e76f6190c5c7b939bb15c8ab1137c5db2871c0 (patch) | |
tree | 0b90c9156b288e26bf87cd0c560016671e6bae15 /test/lisp/emacs-lisp | |
parent | fd50b3fc45d35549b842a3ac4889b10f7fcf574c (diff) | |
download | emacs-19e76f6190c5c7b939bb15c8ab1137c5db2871c0.tar.gz emacs-19e76f6190c5c7b939bb15c8ab1137c5db2871c0.tar.bz2 emacs-19e76f6190c5c7b939bb15c8ab1137c5db2871c0.zip |
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.
Diffstat (limited to 'test/lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions