diff options
| author | Kim F. Storm | 2004-03-19 10:10:43 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-03-19 10:10:43 +0000 |
| commit | 36bc84aac92b959b0e29ec443a72f3875e698811 (patch) | |
| tree | 0f8e1699d7bb56b74caabdfd534635f9d26aa6c7 | |
| parent | a025fccf6052c06a0ba0269e8dbd3c58392b02af (diff) | |
| download | emacs-36bc84aac92b959b0e29ec443a72f3875e698811.tar.gz emacs-36bc84aac92b959b0e29ec443a72f3875e698811.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd86f23b123..e27131bba0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2004-03-19 Kim F. Storm <storm@cua.dk> | 1 | 2004-03-19 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics. | ||
| 4 | |||
| 3 | * progmodes/compile.el (compilation-start): Always set | 5 | * progmodes/compile.el (compilation-start): Always set |
| 4 | compilation-last-buffer and return it. | 6 | compilation-last-buffer and return it. |
| 5 | 7 | ||