diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/xref.el | 2 |
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." XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where GROUP is a string for decoration purposes and XREF is an `xref--xref' object." - (require 'compile) ;; For the compilation-info face. + (require 'compile) ; For the compilation faces. (cl-loop for ((group . xrefs) . more1) on xref-alist for max-line-width = (cl-loop for xref in xrefs |