]> git.eshelyaron.com Git - emacs.git/commit
Don't add an echo dash for the first keystroke (Bug#7137).
authorChong Yidong <cyd@stupidchicken.com>
Mon, 4 Oct 2010 18:16:22 +0000 (14:16 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 4 Oct 2010 18:16:22 +0000 (14:16 -0400)
commit51b403bdcb9af76833a11a668cc9be0f49d62e72
treee5e107242d868c67e9b3e107a26d76ba40b4fa0a
parent3e6ae1a4ae2f54ad70a528ee3d4fac992b964eaa
Don't add an echo dash for the first keystroke (Bug#7137).

* src/keyboard.c (echo_prompt): Function moved into read_key_sequence.
(read_key_sequence): Inline echo_prompt.
(echo_dash): Add a dash only if key is continued (Bug#7137).
src/ChangeLog
src/keyboard.c