Mercurial > emacs
changeset 105668:d15f2b6136f5
* net/browse-url.el (browse-url): Identify alist with "consp and
not functionp" and let all other things go down the `apply' leg,
as suggested by Stefan. (Further to bug#4531.)
author | Kevin Ryde <user42@zip.com.au> |
---|---|
date | Sun, 18 Oct 2009 23:56:07 +0000 |
parents | f14d7d76a8f2 |
children | 68dd71358159 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Oct 18 23:55:16 2009 +0000 +++ b/lisp/ChangeLog Sun Oct 18 23:56:07 2009 +0000 @@ -3,6 +3,10 @@ * 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). + * net/browse-url.el (browse-url): Identify alist with "consp and + not functionp" and let all other things go down the `apply' leg, + as suggested by Stefan. (Further to bug#4531.) + 2009-10-18 Chong Yidong <cyd@stupidchicken.com> * minibuffer.el (read-file-name): Check for repeat before putting