emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/helper.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/helper.el
Date: Tue, 18 Feb 2003 06:02:25 -0500

Index: emacs/lisp/emacs-lisp/helper.el
diff -c emacs/lisp/emacs-lisp/helper.el:1.13 
emacs/lisp/emacs-lisp/helper.el:1.14
*** emacs/lisp/emacs-lisp/helper.el:1.13        Sun Jul 15 12:15:34 2001
--- emacs/lisp/emacs-lisp/helper.el     Tue Feb 18 06:02:25 2003
***************
*** 77,83 ****
                   "Type anything to %s"))
            blurb)
          (setq continue (read-char))
!         (cond ((and (memq continue '(?\ ?\C-v)) (< state 2))
                 (scroll-up))
                ((= continue ?\C-l)
                 (recenter))
--- 77,83 ----
                   "Type anything to %s"))
            blurb)
          (setq continue (read-char))
!         (cond ((and (memq continue '(?\s ?\C-v)) (< state 2))
                 (scroll-up))
                ((= continue ?\C-l)
                 (recenter))




reply via email to

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