unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* typo in browse-url.el
@ 2008-07-08 14:09 Eduard Wiebe
  2008-07-08 14:47 ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: Eduard Wiebe @ 2008-07-08 14:09 UTC (permalink / raw)
  To: emacs-devel


--- browse-url.el.~1.75.~	2008-05-06 09:31:44.000000000 +0200
+++ browse-url.el	2008-07-08 15:54:14.000000000 +0200
@@ -886,7 +886,7 @@
     ((executable-find browse-url-xterm-program) 'browse-url-text-xterm)
     ((locate-library "w3") 'browse-url-w3)
     (t
-     (lambda (&ignore args) (error "No usable browser found"))))
+     (lambda (&rest ignore) (error "No usable browser found"))))
    url args))
 
 ;;;###autoload

-- 
Eduard Wiebe





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

* Re: typo in browse-url.el
  2008-07-08 14:09 typo in browse-url.el Eduard Wiebe
@ 2008-07-08 14:47 ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2008-07-08 14:47 UTC (permalink / raw)
  To: Eduard Wiebe; +Cc: emacs-devel

On Tue, Jul 8, 2008 at 16:09, Eduard Wiebe <usenet@pusto.de> wrote:

> -     (lambda (&ignore args) (error "No usable browser found"))))
> +     (lambda (&rest ignore) (error "No usable browser found"))))

Applied, thanks.

  Juanma




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

end of thread, other threads:[~2008-07-08 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 14:09 typo in browse-url.el Eduard Wiebe
2008-07-08 14:47 ` Juanma Barranquero

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