emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 d915b8c: Don't require semantic/fw


From: Dmitry Gutov
Subject: emacs-27 d915b8c: Don't require semantic/fw
Date: Sat, 28 Dec 2019 11:42:01 -0500 (EST)

branch: emacs-27
commit d915b8c3f19d6627b3f394c98a51c51e91d03062
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Don't require semantic/fw
    
    * lisp/progmodes/xref.el (xref-collect-matches): Don't require
    semantic/fw, we haven't been using semantic-find-file-noselect
    here for a while.
---
 lisp/progmodes/xref.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index 6a0bcda..5601cb3 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -1164,7 +1164,6 @@ and when."
 FILES is a string with glob patterns separated by spaces.
 IGNORES is a list of glob patterns."
   ;; DIR can also be a regular file for now; let's not advertise that.
-  (require 'semantic/fw)
   (grep-compute-defaults)
   (defvar grep-find-template)
   (defvar grep-highlight-matches)



reply via email to

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