# HG changeset patch # User Juanma Barranquero # Date 1164636221 0 # Node ID 9f4b4800edc6bc7c5a5b417eecb73813d7a68c06 # Parent 9343217833e9a62fecec8d93137ae90839dd7e48 (disabled-command-function): "?\ " -> "?\s". diff -r 9343217833e9 -r 9f4b4800edc6 lisp/novice.el --- a/lisp/novice.el Mon Nov 27 14:01:47 2006 +0000 +++ b/lisp/novice.el Mon Nov 27 14:03:41 2006 +0000 @@ -95,7 +95,7 @@ (while (progn (setq char (read-event)) (or (not (numberp char)) (not (memq (downcase char) - '(?! ?y ?n ?\ ?\C-g))))) + '(?! ?y ?n ?\s ?\C-g))))) (ding) (message "Please type y, n, ! or SPC (the space bar): ")))) (setq char (downcase char))