1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-29 09:43:56 -07:00

<label> shouldn't introduce a line break

* lisp/net/shr.el (shr-tag-label): Remove so that labels don't
break lines (because they shouldn't: They're usually part of a
selection interface) (bug#30557).
This commit is contained in:
Lars Ingebrigtsen 2018-04-13 01:51:56 +02:00
parent 306a6f8d43
commit dd0d2e0fdd

View file

@ -1319,10 +1319,6 @@ ones, in case fg and bg are nil."
(shr-generic dom)
(put-text-property start (point) 'display '(raise -0.5))))
(defun shr-tag-label (dom)
(shr-generic dom)
(shr-ensure-paragraph))
(defun shr-tag-p (dom)
(shr-ensure-paragraph)
(shr-generic dom)