/[emacs]/emacs/lisp/emerge.el
ViewVC logotype

Diff of /emacs/lisp/emerge.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.44 by sds, Tue Nov 27 15:52:52 2001 UTC revision 1.45 by pj, Tue Dec 25 10:59:23 2001 UTC
# Line 3115  SPC, it is ignored; if it is anything el Line 3115  SPC, it is ignored; if it is anything el
3115        (if (not (pos-visible-in-window-p))        (if (not (pos-visible-in-window-p))
3116            (let ((echo-keystrokes 0))            (let ((echo-keystrokes 0))
3117              (while (and (not (pos-visible-in-window-p))              (while (and (not (pos-visible-in-window-p))
3118                          (> (1- (screen-height)) (window-height)))                          (> (1- (frame-height)) (window-height)))
3119                (enlarge-window 1))                (enlarge-window 1))
3120              (let ((c (read-event)))              (let ((c (read-event)))
3121                (if (not (eq c 32))                (if (not (eq c 32))

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26