From 082c72d257722d0c3288ee4b9386f5203c071dd6 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 21 Aug 2017 00:41:59 +0300 Subject: [PATCH] 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. --- lisp/cedet/semantic/symref/grep.el | 4 ---- 1 file changed, 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 -- 2.39.2