aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/eww.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/eww.el b/lisp/net/eww.el
index a4544023f61..9cf9ecea0bf 100644
--- a/lisp/net/eww.el
+++ b/lisp/net/eww.el
@@ -518,6 +518,10 @@ Currently this means either text/html or application/xhtml+xml."
518 (plist-put eww-data :dom document) 518 (plist-put eww-data :dom document)
519 (let ((inhibit-read-only t) 519 (let ((inhibit-read-only t)
520 (inhibit-modification-hooks t) 520 (inhibit-modification-hooks t)
521 ;; Possibly set by the caller, e.g., `eww-render' which
522 ;; preserves the old URL #target before chasing redirects.
523 (shr-target-id (or shr-target-id
524 (url-target (url-generic-parse-url url))))
521 (shr-external-rendering-functions 525 (shr-external-rendering-functions
522 (append 526 (append
523 shr-external-rendering-functions 527 shr-external-rendering-functions