From: Kevin Ryde Date: Sun, 18 Oct 2009 23:12:02 +0000 (+0000) Subject: * ibuffer.el (ibuffer-confirm-operation-on): Correction to error X-Git-Tag: emacs-pretest-23.1.90~744 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0b0ef98fb002d2d13eac5c7c0315a63d4a35cf4;p=emacs.git * ibuffer.el (ibuffer-confirm-operation-on): Correction to error re-throw, `err' is a pair not a list so can't use apply (Bug#4740). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e689b83cf0d..88cfbe7d384 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-10-18 Kevin Ryde + + * ibuffer.el (ibuffer-confirm-operation-on): Correction to error + re-throw, `err' is a pair not a list so can't use apply (Bug#4740). + 2009-10-18 Chong Yidong * minibuffer.el (read-file-name): Check for repeat before putting