diff options
| author | Kim F. Storm | 2007-04-06 17:02:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-04-06 17:02:57 +0000 |
| commit | ba8357c877a9f49ded46b0b219cf518b0b6b0fee (patch) | |
| tree | 6312c08a3e4c4cd5c4debc0d7de56c8b3b700d49 | |
| parent | 1ae5b5edf7496d2f710bbaf2ef3449b3275d4320 (diff) | |
| download | emacs-ba8357c877a9f49ded46b0b219cf518b0b6b0fee.tar.gz emacs-ba8357c877a9f49ded46b0b219cf518b0b6b0fee.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0f56c9048a..08b839861a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-04-06 Kim F. Storm <storm@cua.dk> | 1 | 2007-04-06 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P. | ||
| 4 | (unload-feature): Update interactive spec accordingly. | ||
| 5 | |||
| 3 | * progmodes/grep.el (grep-program): Remove commentary about zgrep. | 6 | * progmodes/grep.el (grep-program): Remove commentary about zgrep. |
| 4 | 7 | ||
| 5 | 2007-04-06 John Paul Wallington <jpw@pobox.com> | 8 | 2007-04-06 John Paul Wallington <jpw@pobox.com> |