emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 267e0e8: * lisp/progmodes/xref.el: require semantic


From: Dmitry Gutov
Subject: [Emacs-diffs] master 267e0e8: * lisp/progmodes/xref.el: require semantic/symref during compilation.
Date: Fri, 06 Nov 2015 03:16:39 +0000

branch: master
commit 267e0e80e1ad8c33c10ccaff77169a7aa759c163
Author: Stephen Leake <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    * lisp/progmodes/xref.el: require semantic/symref during compilation.
---
 lisp/progmodes/xref.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 329bd9d..a222533 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -56,6 +56,9 @@
 (require 'pcase)
 (require 'project)
 
+(eval-when-compile
+  (require 'semantic/symref)) ;; for hit-lines slot
+
 (defgroup xref nil "Cross-referencing commands"
   :group 'tools)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]