diff options
| author | Martin Rudalics | 2008-10-04 10:09:46 +0000 |
|---|---|---|
| committer | Martin Rudalics | 2008-10-04 10:09:46 +0000 |
| commit | e6f3e10423a495db8bd3a33e50f581d46b026452 (patch) | |
| tree | e452297df68909780af5a22994fed22586637f81 /lisp/ChangeLog | |
| parent | 48e482e6161266672796dea2b3e0c9ed8cf52f50 (diff) | |
| download | emacs-e6f3e10423a495db8bd3a33e50f581d46b026452.tar.gz emacs-e6f3e10423a495db8bd3a33e50f581d46b026452.zip | |
(compilation-start): Make sure to move to point-max
only when we are in the compilation buffer.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b13f1b48c4c..f110de99cb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-10-04 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-start): Make sure to move to | ||
| 4 | point-max only when we are in the compilation buffer. (Bug#1073) | ||
| 5 | |||
| 1 | 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * faces.el (x-create-frame-with-faces): Only setup the toolbar if | 8 | * faces.el (x-create-frame-with-faces): Only setup the toolbar if |