changeset 76966:e1190fd4a1f2

(grep-program): Remove commentary about zgrep. Due to lack of papers from Kevin Rodgers.
author Kim F. Storm <storm@cua.dk>
date Fri, 06 Apr 2007 16:23:26 +0000
parents e73a17e3005f
children 0d13000e85a0
files lisp/progmodes/grep.el
diffstat 1 files changed, 1 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/grep.el	Fri Apr 06 16:22:57 2007 +0000
+++ b/lisp/progmodes/grep.el	Fri Apr 06 16:23:26 2007 +0000
@@ -315,17 +315,7 @@
 This gets tacked on the end of the generated expressions.")
 
 ;;;###autoload
-(defvar grep-program
-  ;; Currently zgrep has trouble.  It runs egrep instead of grep,
-  ;; and it doesn't pass along long options right.
-  "grep"
-  ;; (if (equal (condition-case nil	; in case "zgrep" isn't in exec-path
-  ;; 		 (call-process "zgrep" nil nil nil
-  ;; 			       "foo" null-device)
-  ;; 	       (error nil))
-  ;; 	     1)
-  ;;     "zgrep"
-  ;;   "grep")
+(defvar grep-program "grep"
   "The default grep program for `grep-command' and `grep-find-command'.
 This variable's value takes effect when `grep-compute-defaults' is called.")