# HG changeset patch # User Kevin Ryde # Date 1255907522 0 # Node ID 933cd581fbcf7d6d6c409a6b1aa500f7d0ad6e0e # Parent 4f559aa9436869fc6077286b9a6cb8910df43d1b * 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 -r 4f559aa94368 -r 933cd581fbcf lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 18 23:11:14 2009 +0000 +++ b/lisp/ChangeLog Sun Oct 18 23:12:02 2009 +0000 @@ -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