emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/emerge.el
Date: Tue, 25 Dec 2001 05:59:24 -0500

Index: emacs/lisp/emerge.el
diff -c emacs/lisp/emerge.el:1.44 emacs/lisp/emerge.el:1.45
*** emacs/lisp/emerge.el:1.44   Tue Nov 27 10:52:52 2001
--- emacs/lisp/emerge.el        Tue Dec 25 05:59:23 2001
***************
*** 3115,3121 ****
        (if (not (pos-visible-in-window-p))
          (let ((echo-keystrokes 0))
            (while (and (not (pos-visible-in-window-p))
!                       (> (1- (screen-height)) (window-height)))
              (enlarge-window 1))
            (let ((c (read-event)))
              (if (not (eq c 32))
--- 3115,3121 ----
        (if (not (pos-visible-in-window-p))
          (let ((echo-keystrokes 0))
            (while (and (not (pos-visible-in-window-p))
!                       (> (1- (frame-height)) (window-height)))
              (enlarge-window 1))
            (let ((c (read-event)))
              (if (not (eq c 32))



reply via email to

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