Mercurial > emacs
diff lisp/ChangeLog @ 105376:1e211a362b04
Kevin Ryde <user42 at zip.com.au>
(browse-url): Pass any symbol in browse-url-browser-function to
`apply', since if you've mistakenly put an unbound symbol then the
error is clearer. (Bug#4531)
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 02 Oct 2009 07:11:13 +0000 |
parents | bd2966850aac |
children | e59536a2076b |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Oct 02 06:01:32 2009 +0000 +++ b/lisp/ChangeLog Fri Oct 02 07:11:13 2009 +0000 @@ -1,3 +1,9 @@ +2009-10-02 Kevin Ryde <user42@zip.com.au> + + * net/browse-url.el (browse-url): Pass any symbol in + browse-url-browser-function to `apply', since if you've mistakenly put + an unbound symbol then the error is clearer. (Bug#4531) + 2009-10-02 Juanma Barranquero <lekktu@gmail.com> * allout.el (allout-init, allout-back-to-current-heading)