diff options
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f01ece5e40..896c74aee95 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2008-09-10 Chong Yidong <cyd@stupidchicken.com> | 1 | 2008-09-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * replace.el (perform-replace): Don't set inhibit-read-only using | ||
| 4 | query-replace-skip-read-only (bug#956). | ||
| 5 | |||
| 3 | * edmacro.el (edmacro-parse-keys): Fix last change to omit macros | 6 | * edmacro.el (edmacro-parse-keys): Fix last change to omit macros |
| 4 | of the <<foo>> form. | 7 | of the <<foo>> form. |
| 5 | 8 | ||