mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 21:37:34 +00:00
lisp/net/eww.el (eww-render): Don't pass arg to eww-display-image
This commit is contained in:
parent
25636e1362
commit
39fa32d635
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue