From 02ee710a0b9c1761ec935aeb0097eb5aa8d311ac Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 13 Nov 2014 17:59:35 +0100 Subject: [PATCH] * net/eww.el (eww): Add comment to clarify. --- lisp/ChangeLog | 2 ++ lisp/net/eww.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5be04a7af02..0ad71f39634 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-11-13 Lars Magne Ingebrigtsen + * 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 forms (bug#16244). diff --git a/lisp/net/eww.el b/lisp/net/eww.el index 329c94407c2..0fa79cb1075 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -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 -- 2.39.5