]> git.eshelyaron.com Git - emacs.git/commitdiff
(disabled-command-function): "?\ " -> "?\s".
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 14:03:41 +0000 (14:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 27 Nov 2006 14:03:41 +0000 (14:03 +0000)
lisp/novice.el

index 7fff480e2c2f1197168d4dda33f899e285a6d681..ca826ca8d085a46ad7852f5c457080ffa477c966 100644 (file)
@@ -95,7 +95,7 @@ SPC to try the command just this once, but leave it disabled.
        (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))