]> git.eshelyaron.com Git - emacs.git/commitdiff
Add icecat to the firefox candidates list.
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 25 Jun 2011 09:31:24 +0000 (11:31 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sat, 25 Jun 2011 09:31:24 +0000 (11:31 +0200)
lisp/ChangeLog
lisp/net/browse-url.el

index efb5e0ffad738c451ff5c1702e5aef7f859f5fd0..d95f90002171d7daa23afd009fa3d90b0cc8daf5 100644 (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.
index d9e6827d2df0e01afc381c615ddd8508ee2c0829..ac12030471ebc56e84d3aca62ca99d43ae8bb0ad 100644 (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"))