]> git.eshelyaron.com Git - emacs.git/commit
Avoid args-out-of-range errors on fringe clicks after "C-h k"
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 May 2017 12:57:38 +0000 (15:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 May 2017 12:57:38 +0000 (15:57 +0300)
commit3fc36f427a6dfe5366fd1391fee1d037a1bd6cd7
tree5a1cc09ed3416973ef4bd824d6f7726174082b7a
parent4b17214aab5d108a2b9b060e49ef6a27d43d35b4
Avoid args-out-of-range errors on fringe clicks after "C-h k"

* src/keyboard.c (echo_truncate): Don't call Ftruncate if the echo
message is already shorter than NCHARS.  (Bug#27040)
src/keyboard.c