diff lisp/minibuf.el @ 306:9ea74add5d37 r21-0b51

Import from CVS: tag r21-0b51
author cvs
date Mon, 13 Aug 2007 10:41:58 +0200
parents 4b85ae5eabfb
children afd57c14dfc8
line wrap: on
line diff
--- a/lisp/minibuf.el	Mon Aug 13 10:41:13 2007 +0200
+++ b/lisp/minibuf.el	Mon Aug 13 10:41:58 2007 +0200
@@ -1463,6 +1463,7 @@
 		      (read-from-minibuffer
 		       prompt (if num (prin1-to-string num)) nil t
 		       t)) ;no history
+		  (input-error nil)
 		  (invalid-read-syntax nil)
 		  (end-of-file nil)))
       (or (funcall pred num) (beep)))