]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require semantic/fw
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 28 Dec 2019 16:37:22 +0000 (19:37 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 28 Dec 2019 16:37:22 +0000 (19:37 +0300)
* 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

index 6a0bcda466f6376d9c0f59ddcd24331af96ff59f..5601cb32b4df7ba4830156ddf733ef58d214c8dd 100644 (file)
@@ -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)