Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39fa32d6
Commit
39fa32d6
authored
Dec 03, 2013
by
Katsumi Yamaoka
Browse files
lisp/net/eww.el (eww-render): Don't pass arg to eww-display-image
parent
25636e13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/net/eww.el
lisp/net/eww.el
+1
-1
No files found.
lisp/ChangeLog
View file @
39fa32d6
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
...
...
lisp/net/eww.el
View file @
39fa32d6
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment