diff lisp/ilisp/ilisp-out.el @ 191:ecf6ba7b0a10 r20-3b22

Import from CVS: tag r20-3b22
author cvs
date Mon, 13 Aug 2007 09:57:38 +0200
parents 54cc21c15cbb
children
line wrap: on
line diff
--- a/lisp/ilisp/ilisp-out.el	Mon Aug 13 09:57:10 2007 +0200
+++ b/lisp/ilisp/ilisp-out.el	Mon Aug 13 09:57:38 2007 +0200
@@ -133,7 +133,10 @@
 	     (progn
 	       (select-window window)
 	       (set-buffer buffer)
-	       (scroll-up lines))
+               ;; it won't hurt to bind this regardless of
+               ;; whether or not `scroll-in-place' is loaded.
+               (let ((scroll-in-place nil))
+                 (scroll-up lines)))
 	  (select-window old-window)))))
 
 
@@ -203,7 +206,7 @@
     (select-window window)
     (save-excursion
       (set-buffer (window-buffer))
-      (+ 2 (save-excursion 
+      (+ 3 (save-excursion 
 	     (goto-char (point-min))
 	     ;; Any upper bound on the height of an emacs window will
 	     ;; do here.  How about 1000.