Add icecat to the firefox candidates list.

This commit is contained in:
Giuseppe Scrivano 2011-06-25 11:31:24 +02:00
parent cd3520a41d
commit f9ad64f3c1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-06-25 Giuseppe Scrivano <gscrivano@gnu.org>
* net/browse-url.el (browse-url-firefox-program): Add icecat to
the candidates list.
2011-06-24 Juanma Barranquero <lekktu@gmail.com>
* progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.

View file

@ -322,7 +322,7 @@ Defaults to the value of `browse-url-mozilla-arguments' at the time
:group 'browse-url)
(defcustom browse-url-firefox-program
(let ((candidates '("firefox" "iceweasel")))
(let ((candidates '("firefox" "iceweasel" "icecat")))
(while (and candidates (not (executable-find (car candidates))))
(setq candidates (cdr candidates)))
(or (car candidates) "firefox"))