diff options
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e689b83cf0d..88cfbe7d384 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-10-18 Kevin Ryde <user42@zip.com.au> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-confirm-operation-on): Correction to error | ||
| 4 | re-throw, `err' is a pair not a list so can't use apply (Bug#4740). | ||
| 5 | |||
| 1 | 2009-10-18 Chong Yidong <cyd@stupidchicken.com> | 6 | 2009-10-18 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * minibuffer.el (read-file-name): Check for repeat before putting | 8 | * minibuffer.el (read-file-name): Check for repeat before putting |