# HG changeset patch # User Kevin Ryde # Date 1255910167 0 # Node ID d15f2b6136f55fda49ffb0fb01d855c1e5976382 # Parent f14d7d76a8f2f65acfab0ca8f3e84ebd49d3bff0 * 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.) diff -r f14d7d76a8f2 -r d15f2b6136f5 lisp/ChangeLog --- 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 * minibuffer.el (read-file-name): Check for repeat before putting