]> git.eshelyaron.com Git - emacs.git/commit
Prevent echo area help message from being printed repeatedly
authorPo Lu <luangruo@yahoo.com>
Thu, 8 Feb 2024 02:32:28 +0000 (10:32 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 8 Feb 2024 08:41:29 +0000 (09:41 +0100)
commit311152f60b3dacdbf0a900b65ba957cf25657c34
tree4952043b7adc758697655264190ccbc06bd5927c
parent008be23cf0f1aa6d210a630030b425c4f843bf5a
Prevent echo area help message from being printed repeatedly

* src/keyboard.c (echo_dash): Detect echo_keystrokes_help
messages and return if they be present.

(cherry picked from commit ed2450e79b597e0306f14b542e934a90dfd9786f)
src/keyboard.c