emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help-macro.el,v
Date: Mon, 27 Nov 2006 13:51:42 +0000

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

Index: help-macro.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help-macro.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- help-macro.el       6 Feb 2006 14:33:34 -0000       1.36
+++ help-macro.el       27 Nov 2006 13:51:41 -0000      1.37
@@ -152,7 +152,7 @@
                                 (progn
                                   (if (eq (car-safe char) 'switch-frame)
                                       (handle-switch-frame char))
-                                  (if (memq char '(?\C-v ?\ ))
+                                  (if (memq char '(?\C-v ?\s))
                                       (scroll-up))
                                   (if (or (memq char '(?\177 ?\M-v
                                                        delete backspace))




reply via email to

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