summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorDmitry Gutov <dgutov@yandex.ru>2017-08-21 00:41:59 +0300
committerDmitry Gutov <dgutov@yandex.ru>2017-08-21 00:42:41 +0300
commit082c72d257722d0c3288ee4b9386f5203c071dd6 (patch)
treec45d07e5d17c799f1976a97ed86999b1f60712fe /lisp/cedet
parent9da8d600b8453925d92b31ba98548480ad1e5c73 (diff)
downloademacs-082c72d257722d0c3288ee4b9386f5203c071dd6.tar.gz
Remove the workaround for bug#20719
* lisp/cedet/semantic/symref/grep.el (semantic-symref-grep-use-template): Remove the workaround for bug#20719, it's been fixed for a while now.
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/symref/grep.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/cedet/semantic/symref/grep.el b/lisp/cedet/semantic/symref/grep.el
index f8b29290706..341a083775f 100644
--- a/lisp/cedet/semantic/symref/grep.el
+++ b/lisp/cedet/semantic/symref/grep.el
@@ -119,10 +119,6 @@ PATTERN is the pattern used by Grep."
pattern
filepattern
rootdir)))
- ;; http://debbugs.gnu.org/20719
- (when (string-match "find \\(\\.\\)" cmd)
- (setq cmd (replace-match rootdir t t cmd 1)))
- ;;(message "New command: %s" cmd)
cmd))
(defcustom semantic-symref-grep-shell shell-file-name