projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f0cf2
)
Apply the 'xref-group' property properly
author
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 24 Dec 2019 20:30:02 +0000
(22:30 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Tue, 24 Dec 2019 20:30:02 +0000
(22:30 +0200)
* lisp/progmodes/xref.el (xref--insert-xrefs):
Apply the 'xref-group' property properly (bug#36974).
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 8d8e7ab208e041a2b5224656d7203e5e7451fea6..13a1600594f569e64716746cb1b09671569b640c 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-814,7
+814,7
@@
GROUP is a string for decoration purposes and XREF is an
for line-format = (and max-line-width
(format "%%%dd: " max-line-width))
do
- (xref--insert-propertized '(face xref-file-header
'
xref-group t)
+ (xref--insert-propertized '(face xref-file-header xref-group t)
group "\n")
(cl-loop for (xref . more2) on xrefs do
(with-slots (summary location) xref