]> git.eshelyaron.com Git - emacs.git/commitdiff
; xref--insert-xrefs: Add (require 'compile)
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 3 May 2015 23:52:16 +0000 (02:52 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 3 May 2015 23:52:16 +0000 (02:52 +0300)
lisp/progmodes/xref.el

index de9dccf3a59f53ed4856824f55d171910fbb7681..b972bf28a78f7cd631cd5db2167a73e5b26c616b 100644 (file)
@@ -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