emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] Add icecat to the firefox candidates list


From: Giuseppe Scrivano
Subject: [PATCH] Add icecat to the firefox candidates list
Date: Wed, 22 Jun 2011 16:34:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Is the following patch OK for trunk?

Cheers,
Giuseppe



=== modified file 'lisp/ChangeLog'
--- lisp/ChangeLog      2011-06-22 09:23:31 +0000
+++ lisp/ChangeLog      2011-06-22 14:30:41 +0000
@@ -1,3 +1,8 @@
+2011-06-22  Giuseppe Scrivano  <address@hidden>
+
+       * net/browse-url.el (browse-url-firefox-program): Add icecat to
+       the candidates list.
+
 2011-06-22  Lars Magne Ingebrigtsen  <address@hidden>
 
        * mail/smtpmail.el (smtpmail-via-smtp): Make sure we don't send

=== modified file 'lisp/net/browse-url.el'
--- lisp/net/browse-url.el      2011-05-08 18:34:51 +0000
+++ lisp/net/browse-url.el      2011-06-22 14:30:43 +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]