]> git.eshelyaron.com Git - emacs.git/commit
Fix printf formats when DEBUG_TRACE_MOVE
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2019 21:50:43 +0000 (14:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Jul 2019 21:51:05 +0000 (14:51 -0700)
commitc136f93dfad1a55c653e844d3cf25f804744275e
treea2aeaa9bd4a1f42b2c253ebb38337852003589b2
parentdc3093904d74a7c51d452439888c4f36e4274e9f
Fix printf formats when DEBUG_TRACE_MOVE

Problem caught by gcc -DDEBUG_TRACE_MOVE -Wformat.
* src/xdisp.c (move_it_in_display_line_to, move_it_to)
(move_it_vertically) [DEBUG_TRACE_MOVE]: Fix printf format typos.
src/xdisp.c