]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/net/eww.el (eww-render): Don't pass arg to eww-display-image
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 3 Dec 2013 04:54:17 +0000 (04:54 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 3 Dec 2013 04:54:17 +0000 (04:54 +0000)
lisp/ChangeLog
lisp/net/eww.el

index 42802fd43f4118a25d07662593c0a1ae15146790..610ac93b0355bfeb6909b4ac6a60bb93996ff377 100644 (file)
@@ -1,3 +1,7 @@
+2013-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * net/eww.el (eww-render): Don't pass arg to eww-display-image.
+
 2013-12-03  Juri Linkov  <juri@jurta.org>
 
        * progmodes/compile.el (compilation-start): Rename window alist
index 461236f04f6041ecfdc189645f99caaec261e7af..6c6ef8a20aaf93a28a823a5ca0787a507211dc8a 100644 (file)
@@ -197,7 +197,7 @@ word(s) will be searched for via `eww-search-prefix'."
           ((equal (car content-type) "text/html")
            (eww-display-html charset url nil point))
           ((string-match-p "\\`image/" (car content-type))
-           (eww-display-image url)
+           (eww-display-image)
            (eww-update-header-line-format))
           (t
            (eww-display-raw)