diff options
| author | Kevin Ryde | 2009-10-18 23:56:07 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-10-18 23:56:07 +0000 |
| commit | a9e7f03da3de5df3c3d0563caf4d408ad0858de5 (patch) | |
| tree | 6e83c0aa6dd61e6596da013463d8f51b202652cb | |
| parent | 9c16fc95402b4ee2c90242868c2f5b9a1bcbc8e5 (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 | |||
| 6 | 2009-10-18 Chong Yidong <cyd@stupidchicken.com> | 10 | 2009-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 |