From: Lars Magne Ingebrigtsen Date: Wed, 19 Jun 2013 07:37:45 +0000 (+0200) Subject: Use `eww-browse-url' instead of `eww' X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~44 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f5297f7cc0ff44bd85781c2662b931018b8c04f;p=emacs.git Use `eww-browse-url' instead of `eww' * net/browse-url.el (browse-url-browser-function): `eww-browse-url' has the right calling signature, `eww' does not. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b35035df729..2c5b25b5eff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-06-19 Lars Magne Ingebrigtsen + + * net/browse-url.el (browse-url-browser-function): + `eww-browse-url' has the right calling signature, `eww' does not. + 2013-06-19 Glenn Morris * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 8b476a71fff..feae435c779 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -233,8 +233,8 @@ regexp should probably be \".\" to specify a default browser." (function-item :tag "Galeon" :value browse-url-galeon) (function-item :tag "Epiphany" :value browse-url-epiphany) (function-item :tag "Netscape" :value browse-url-netscape) + (function-item :tag "eww" :value eww-browse-url) (function-item :tag "Mosaic" :value browse-url-mosaic) - (function-item :tag "eww" :value eww) (function-item :tag "Mosaic using CCI" :value browse-url-cci) (function-item :tag "Text browser in an xterm window" :value browse-url-text-xterm)