emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104700: Add icecat to the firefox ca


From: Giuseppe Scrivano
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104700: Add icecat to the firefox candidates list.
Date: Sat, 25 Jun 2011 11:31:24 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104700
committer: Giuseppe Scrivano <address@hidden>
branch nick: trunk
timestamp: Sat 2011-06-25 11:31:24 +0200
message:
  Add icecat to the firefox candidates list.
modified:
  lisp/ChangeLog
  lisp/net/browse-url.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-06-24 12:13:35 +0000
+++ b/lisp/ChangeLog    2011-06-25 09:31:24 +0000
@@ -1,3 +1,8 @@
+2011-06-25  Giuseppe Scrivano  <address@hidden>
+
+       * net/browse-url.el (browse-url-firefox-program): Add icecat to
+       the candidates list.
+
 2011-06-24  Juanma Barranquero  <address@hidden>
 
        * progmodes/verilog-mode.el (verilog-mode): Fix test for bound variable.

=== modified file 'lisp/net/browse-url.el'
--- a/lisp/net/browse-url.el    2011-06-22 16:44:53 +0000
+++ b/lisp/net/browse-url.el    2011-06-25 09:31:24 +0000
@@ -322,7 +322,7 @@
   :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"))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]