* net/eww.el (eww): Add comment to clarify.
This commit is contained in:
parent
51475d535e
commit
02ee710a0b
2 changed files with 3 additions and 0 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue