emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ehelp.el,v
Date: Mon, 27 Nov 2006 13:49:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/27 13:49:57

Index: ehelp.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ehelp.el,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- ehelp.el    6 Feb 2006 14:33:33 -0000       1.40
+++ ehelp.el    27 Nov 2006 13:49:57 -0000      1.41
@@ -197,7 +197,7 @@
     (if (pos-visible-in-window-p (point-max))
        (progn (message "%s" (substitute-command-keys "<<< Press Space to bury 
the help buffer, Press \\[electric-help-retain] to retain it >>>"))
               (if (equal (setq unread-command-events (list (read-event)))
-                         '(?\ ))
+                         '(?\s))
                   (progn (setq unread-command-events nil)
                          (throw 'exit t)))))
     (let (up down both neither




reply via email to

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