From b7bb71c801ecd9afa09f260ca7dbe7a5677cf9e0 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 4 May 2015 02:52:16 +0300 Subject: [PATCH] ; xref--insert-xrefs: Add (require 'compile) --- lisp/progmodes/xref.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index de9dccf3a59..b972bf28a78 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -509,6 +509,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. (cl-loop for ((group . xrefs) . more1) on xref-alist do (xref--insert-propertized '(face compilation-info) group "\n") (cl-loop for (xref . more2) on xrefs do -- 2.39.2