[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compilation-scroll-output broken
From: |
Richard Stallman |
Subject: |
Re: compilation-scroll-output broken |
Date: |
Tue, 13 Jan 2004 16:14:13 -0500 |
what was the motivation for this change?
2004-01-03 Richard M. Stallman <address@hidden>
* progmodes/compile.el (compile-internal): Use point, not point-min,
for set-window-point.
It fixed a bug where the actual output was not visible
because it was inserted in the buffer before the window start.
This occurred when the buffer was already displayed in another window.