Mercurial > emacs
changeset 74240:9f4b4800edc6
(disabled-command-function): "?\ " -> "?\s".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 14:03:41 +0000 |
parents | 9343217833e9 |
children | 6a192e66ade3 |
files | lisp/novice.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))