all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giuseppe Scrivano <gscrivano@gnu.org>
To: emacs-devel@gnu.org
Subject: [PATCH] Add icecat to the firefox candidates list
Date: Wed, 22 Jun 2011 16:34:24 +0200	[thread overview]
Message-ID: <87pqm6oryn.fsf@gnu.org> (raw)

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  <gscrivano@gnu.org>
+
+	* net/browse-url.el (browse-url-firefox-program): Add icecat to
+	the candidates list.
+
 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 	* 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	other threads:[~2011-06-22 14:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-22 14:34 Giuseppe Scrivano [this message]
2011-06-23 21:43 ` [PATCH] Add icecat to the firefox candidates list Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pqm6oryn.fsf@gnu.org \
    --to=gscrivano@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.