]> git.eshelyaron.com Git - emacs.git/commitdiff
<label> shouldn't introduce a line break
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 23:51:56 +0000 (01:51 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 12 Apr 2018 23:51:56 +0000 (01:51 +0200)
* 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).

lisp/net/shr.el

index 08aefd01d0dd12ffdd738b040ccb0f05bd39394c..e743f9d3849379d39f2e690e56c5c116de870dde 100644 (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)