diff options
| author | Richard M. Stallman | 2005-04-13 17:40:53 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-13 17:40:53 +0000 |
| commit | 0047373b7dbbf47d03c685700da366c5a686a275 (patch) | |
| tree | aaf61d6275767bf31f10fcc1fab86136292f435b /lisp/ChangeLog | |
| parent | 9c27debdf0aaece2a0d2c76cdbb477331f2e3c93 (diff) | |
| download | emacs-0047373b7dbbf47d03c685700da366c5a686a275.tar.gz emacs-0047373b7dbbf47d03c685700da366c5a686a275.zip | |
(undo): Fix previous change.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a525f67499d..e91a9adf10f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2005-04-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (undo): Fix previous change. | ||
| 4 | |||
| 5 | * custom.el (defface): Doc fix. | ||
| 6 | |||
| 1 | 2005-04-13 Lute Kamstra <lute@gnu.org> | 7 | 2005-04-13 Lute Kamstra <lute@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (DONTCOMPILE): Remove list. | 9 | * Makefile.in (DONTCOMPILE): Remove list. |
| @@ -133,7 +139,7 @@ | |||
| 133 | 139 | ||
| 134 | * dnd.el (dnd-protocol-alist): New file with generic DND functions. | 140 | * dnd.el (dnd-protocol-alist): New file with generic DND functions. |
| 135 | 141 | ||
| 136 | 2005-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 142 | 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com> |
| 137 | 143 | ||
| 138 | * wdired.el: Doc fixes. | 144 | * wdired.el: Doc fixes. |
| 139 | (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite. | 145 | (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite. |