>From c686c44d830cebd0fd91ccdb4f2be64b46ebfa67 Mon Sep 17 00:00:00 2001 From: Ivan Kanis Date: Tue, 25 Jun 2013 09:15:44 +0200 Subject: [PATCH] add optional argument passed on by browse-url --- emacs/misc/eww.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/emacs/misc/eww.el b/emacs/misc/eww.el index 96e70b1..95ddf82 100644 --- a/emacs/misc/eww.el +++ b/emacs/misc/eww.el @@ -109,7 +109,7 @@ called in `shr-download'." (defvar eww-contents-url nil) ;;;###autoload -(defun eww (url) +(defun eww (url &optional ignore) "Fetch URL and render the page. If the input doesn't look like an URL or a domain name, the word(s) will be searched for via `eww-search-prefix'." -- 1.7.1