projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
306a6f8
)
<label> shouldn't introduce a line break
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 12 Apr 2018 23:51:56 +0000
(
01:51
+0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 08aefd01d0dd12ffdd738b040ccb0f05bd39394c..e743f9d3849379d39f2e690e56c5c116de870dde 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-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)