diff lisp/cmdloop.el @ 2828:a25c824ed558

[xemacs-hg @ 2005-06-26 18:04:49 by aidan] Rename the ascii-character property, support more keysyms.
author aidan
date Sun, 26 Jun 2005 18:05:05 +0000
parents 139afe9fb2ee
children 827b833cd3ce
line wrap: on
line diff
--- a/lisp/cmdloop.el	Sat Jun 25 21:51:12 2005 +0000
+++ b/lisp/cmdloop.el	Sun Jun 26 18:05:05 2005 +0000
@@ -567,7 +567,7 @@
 any other non-digit terminates the character code and is then used as input."))
 	(and prompt (display-message 'prompt (format "%s-" prompt)))
 	(setq event (next-command-event)
-	      char (or (event-to-character event nil nil t)
+	      char (or (event-to-character event)
 		       (signal 'error
 			       (list "key read cannot be inserted in a buffer"
 				     event))))