# HG changeset patch # User Kim F. Storm # Date 1175876606 0 # Node ID e1190fd4a1f213350a2f2e5249e4e83497b1f6b9 # Parent e73a17e3005fe806391d438edfac4d4901fca0eb (grep-program): Remove commentary about zgrep. Due to lack of papers from Kevin Rodgers. diff -r e73a17e3005f -r e1190fd4a1f2 lisp/progmodes/grep.el --- 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.")