]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove the workaround for bug#20719
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 20 Aug 2017 21:41:59 +0000 (00:41 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 20 Aug 2017 21:42:41 +0000 (00:42 +0300)
* 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.

lisp/cedet/semantic/symref/grep.el

index f8b29290706689b91a21d2b1b4da56e5c08cad41..341a083775fc1b0e3357139f4d228532486da675 100644 (file)
@@ -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