From: Dmitry Gutov Date: Tue, 24 Dec 2019 20:30:02 +0000 (+0200) Subject: Apply the 'xref-group' property properly X-Git-Tag: emacs-27.0.90~288 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ea9ac9a61067995a3f7a38f62766f32a8c38bb2;p=emacs.git Apply the 'xref-group' property properly * lisp/progmodes/xref.el (xref--insert-xrefs): Apply the 'xref-group' property properly (bug#36974). --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 8d8e7ab208e..13a1600594f 100644 --- 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