aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2009-10-18 23:56:07 +0000
committerKevin Ryde2009-10-18 23:56:07 +0000
commita9e7f03da3de5df3c3d0563caf4d408ad0858de5 (patch)
tree6e83c0aa6dd61e6596da013463d8f51b202652cb
parent9c16fc95402b4ee2c90242868c2f5b9a1bcbc8e5 (diff)
downloademacs-a9e7f03da3de5df3c3d0563caf4d408ad0858de5.tar.gz
emacs-a9e7f03da3de5df3c3d0563caf4d408ad0858de5.zip
* 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.)
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88cfbe7d384..0d7a1044a99 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,10 @@
3 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error 3 * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
4 re-throw, `err' is a pair not a list so can't use apply (Bug#4740). 4 re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5 5
6 * net/browse-url.el (browse-url): Identify alist with "consp and
7 not functionp" and let all other things go down the `apply' leg,
8 as suggested by Stefan. (Further to bug#4531.)
9
62009-10-18 Chong Yidong <cyd@stupidchicken.com> 102009-10-18 Chong Yidong <cyd@stupidchicken.com>
7 11
8 * minibuffer.el (read-file-name): Check for repeat before putting 12 * minibuffer.el (read-file-name): Check for repeat before putting