emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/novice.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/novice.el,v
Date: Mon, 27 Nov 2006 14:03:41 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/27 14:03:41

Index: novice.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/novice.el,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- novice.el   8 Sep 2006 11:59:00 -0000       1.44
+++ novice.el   27 Nov 2006 14:03:41 -0000      1.45
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]