unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] Add icecat to the firefox candidates list
@ 2011-06-22 14:34 Giuseppe Scrivano
  2011-06-23 21:43 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Giuseppe Scrivano @ 2011-06-22 14:34 UTC (permalink / raw)
  To: emacs-devel

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"))




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Add icecat to the firefox candidates list
  2011-06-22 14:34 [PATCH] Add icecat to the firefox candidates list Giuseppe Scrivano
@ 2011-06-23 21:43 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2011-06-23 21:43 UTC (permalink / raw)
  To: Giuseppe Scrivano; +Cc: emacs-devel

> Is the following patch OK for trunk?

Fine by me, yes,


        Stefan


> === 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"))




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-23 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 14:34 [PATCH] Add icecat to the firefox candidates list Giuseppe Scrivano
2011-06-23 21:43 ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).