From b0b0ef98fb002d2d13eac5c7c0315a63d4a35cf4 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 18 Oct 2009 23:12:02 +0000 Subject: [PATCH] * 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). --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5