diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/net/shr.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el index fbd1a9b7661..c0f8c72d5b6 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -719,6 +719,7 @@ size, and full-buffer size." (insert "\n") (shr-indent) (when (and (> (1- gap-start) (point-min)) + (get-text-property (point) 'shr-url) ;; The link on both sides of the newline are the ;; same... (equal (get-text-property (point) 'shr-url) @@ -2363,6 +2364,7 @@ flags that control whether to collect or render objects." (car (window-text-pixel-size nil (point-min) (point-max))))))) (defun shr-render-td (dom width fill) + (setq d dom) (let ((cache (intern (format "shr-td-cache-%s-%s" width fill)))) (or (dom-attr dom cache) (and fill |