changeset 12342:87aeb150a91a

(read_key_sequence): Don't use Vprefix_help_command for the first character in a key seq.
author Richard M. Stallman <rms@gnu.org>
date Tue, 20 Jun 1995 18:27:13 +0000
parents 315c2aaf43a1
children 91d4c394cb61
files src/keyboard.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keyboard.c	Tue Jun 20 17:31:18 1995 +0000
+++ b/src/keyboard.c	Tue Jun 20 18:27:13 1995 +0000
@@ -5550,7 +5550,7 @@
 	  Lisp_Object head;
 
 	  head = EVENT_HEAD (key);
-	  if (help_char_p (head))
+	  if (help_char_p (head) && t > 0)
 	    {
 	      read_key_sequence_cmd = Vprefix_help_command;
 	      keybuf[t++] = key;