From: Kevin Ryde Date: Sun, 18 Oct 2009 23:56:07 +0000 (+0000) Subject: * net/browse-url.el (browse-url): Identify alist with "consp and X-Git-Tag: emacs-pretest-23.1.90~742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9e7f03da3de5df3c3d0563caf4d408ad0858de5;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 88cfbe7d384..0d7a1044a99 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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