aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 4b2a4ee7200..f11dff1d08e 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -534,7 +534,7 @@ meantime are preserved."
534XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where 534XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where
535GROUP is a string for decoration purposes and XREF is an 535GROUP is a string for decoration purposes and XREF is an
536`xref--xref' object." 536`xref--xref' object."
537 (require 'compile) ;; For the compilation-info face. 537 (require 'compile) ; For the compilation faces.
538 (cl-loop for ((group . xrefs) . more1) on xref-alist 538 (cl-loop for ((group . xrefs) . more1) on xref-alist
539 for max-line-width = 539 for max-line-width =
540 (cl-loop for xref in xrefs 540 (cl-loop for xref in xrefs