From 6337f2434e3385d4d35240789cdcc9037be7bd01 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Tue, 5 May 2015 05:17:14 +0300 Subject: [PATCH] ; Update a comment --- 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 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 -- 2.39.2