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.
This commit is contained in:
parent
50a0126402
commit
d915b8c3f1
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue