projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b01e69
)
Make sure to use case-sensitive search
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 3 Mar 2016 00:36:27 +0000
(
02:36
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 3 Mar 2016 00:36:27 +0000
(
02:36
+0200)
* lisp/progmodes/xref.el (xref-collect-references): Make sure to
use case-sensitive search.
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 1e6a69fc3bee32b894e314bc9dcf26c23b060433..69e6a154ae5e74917982be61572ae603461676dd 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-861,6
+861,7
@@
tools are used, and when."
(let* ((ede-minor-mode nil)
(default-directory dir)
(semantic-symref-tool 'detect)
+ (case-fold-search nil)
(res (semantic-symref-find-references-by-name symbol 'subdirs))
(hits (and res (oref res hit-lines)))
(orig-buffers (buffer-list)))