diff options
| author | Richard M. Stallman | 2007-12-27 03:31:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-12-27 03:31:20 +0000 |
| commit | 2d0a22f8260605bab25db423b0acc929bb48dce5 (patch) | |
| tree | f8775bf4210972031f08490bc492221ca56c9f0f /lisp/ChangeLog | |
| parent | 9f9695a64085d0425c860215dee2de4579ac6d22 (diff) | |
| download | emacs-2d0a22f8260605bab25db423b0acc929bb48dce5.tar.gz emacs-2d0a22f8260605bab25db423b0acc929bb48dce5.zip | |
(compilation-start): Set initial visible point properly even when
compilation buffer already current.
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 7eb76ce1539..22bb4198dc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-12-27 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-start): Set initial visible | ||
| 4 | point properly even when compilation buffer already current. | ||
| 5 | |||
| 1 | 2007-12-26 Richard Stallman <rms@gnu.org> | 6 | 2007-12-26 Richard Stallman <rms@gnu.org> |
| 2 | 7 | ||
| 3 | * files.el (conf-mode-maybe): New function. | 8 | * files.el (conf-mode-maybe): New function. |