* net/eww.el (eww): Add comment to clarify.

This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-13 17:59:35 +01:00
parent 51475d535e
commit 02ee710a0b
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2014-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/eww.el (eww): Add comment to clarify.
* net/shr.el (shr-parse-image-data): Remove blocked bits from
external SVG images.
(shr-tag-object): Display images in <object> forms (bug#16244).

View file

@ -160,6 +160,7 @@ word(s) will be searched for via `eww-search-prefix'."
(interactive "sEnter URL or keywords: ")
(setq url (string-trim url))
(cond ((string-match-p "\\`file:/" url))
;; Don't mangle file: URLs at all.
((string-match-p "\\`ftp://" url)
(user-error "FTP is not supported."))
(t