emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add icecat to the firefox candidates list


From: Stefan Monnier
Subject: Re: [PATCH] Add icecat to the firefox candidates list
Date: Thu, 23 Jun 2011 17:43:36 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> 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  <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]