emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 082c72d 3/3: Remove the workaround for bug#20719


From: Dmitry Gutov
Subject: [Emacs-diffs] master 082c72d 3/3: Remove the workaround for bug#20719
Date: Sun, 20 Aug 2017 18:10:28 -0400 (EDT)

branch: master
commit 082c72d257722d0c3288ee4b9386f5203c071dd6
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    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 f8b2929..341a083 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]