]> git.eshelyaron.com Git - emacs.git/commitdiff
Apply the 'xref-group' property properly
authorDmitry Gutov <dgutov@yandex.ru>
Tue, 24 Dec 2019 20:30:02 +0000 (22:30 +0200)
committerDmitry 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

index 8d8e7ab208e041a2b5224656d7203e5e7451fea6..13a1600594f569e64716746cb1b09671569b640c 100644 (file)
@@ -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