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:
parent
306a6f8d43
commit
dd0d2e0fdd
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue