emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 9ea9ac9: Apply the 'xref-group' property properly


From: Dmitry Gutov
Subject: emacs-27 9ea9ac9: Apply the 'xref-group' property properly
Date: Tue, 24 Dec 2019 15:30:13 -0500 (EST)

branch: emacs-27
commit 9ea9ac9a61067995a3f7a38f62766f32a8c38bb2
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Apply the 'xref-group' property properly
    
    * lisp/progmodes/xref.el (xref--insert-xrefs):
    Apply the 'xref-group' property properly (bug#36974).
---
 lisp/progmodes/xref.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 8d8e7ab..13a1600 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]