projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a0126
)
Don't require semantic/fw
author
Dmitry Gutov
<dgutov@yandex.ru>
Sat, 28 Dec 2019 16:37:22 +0000
(19:37 +0300)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 6a0bcda466f6376d9c0f59ddcd24331af96ff59f..5601cb32b4df7ba4830156ddf733ef58d214c8dd 100644
(file)
--- 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)