From: Dmitry Gutov Date: Sun, 20 Aug 2017 21:41:59 +0000 (+0300) Subject: Remove the workaround for bug#20719 X-Git-Tag: emacs-26.0.90~389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=082c72d257722d0c3288ee4b9386f5203c071dd6;p=emacs.git 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. --- 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