From: Lars Ingebrigtsen Date: Mon, 13 May 2019 19:10:33 +0000 (-0400) Subject: Add a comment about the previous shr change X-Git-Tag: emacs-27.0.90~2911 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3de3452014e8c8dade2cd62aa6c6a701692aa3f9;p=emacs.git Add a comment about the previous shr change --- 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)))