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