Mercurial > emacs
diff lisp/ChangeLog @ 61038:f7f0c6eb075b
(window-buffer-height): Use count-screen-lines.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 28 Mar 2005 14:52:02 +0000 |
parents | 758ff54158e2 |
children | 0bcdc288f284 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 28 14:36:25 2005 +0000 +++ b/lisp/ChangeLog Mon Mar 28 14:52:02 2005 +0000 @@ -1,5 +1,7 @@ 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> + * window.el (window-buffer-height): Use count-screen-lines. + * progmodes/python.el (python-preoutput-leftover): New var. (python-preoutput-filter): Use it. (python-send-receive): Loop until all the result has been received.