diff options
| -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." | |||
| 534 | XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where | 534 | XREF-ALIST is of the form ((GROUP . (XREF ...)) ...). Where |
| 535 | GROUP is a string for decoration purposes and XREF is an | 535 | GROUP 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 |