From 3de3452014e8c8dade2cd62aa6c6a701692aa3f9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 13 May 2019 15:10:33 -0400 Subject: [PATCH] Add a comment about the previous shr change --- lisp/net/shr.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 4820d8b4365..3ab5116597b 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -1791,6 +1791,8 @@ The preference is a float determined from `shr-prefer-media-type'." (defun shr-mark-fill (start) ;; We may not have inserted any text to fill. (when (and (/= start (point)) + ;; Tables insert themselves with the correct indentation, + ;; so don't do anything if we're at the start of a table. (not (get-text-property start 'shr-table-id))) (put-text-property start (1+ start) 'shr-indentation shr-indentation))) -- 2.39.5