diff lisp/progmodes/grep.el @ 90428:a8190f7e546e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
author Miles Bader <miles@gnu.org>
date Wed, 07 Jun 2006 18:05:10 +0000
parents 146cd8369025 070ab453b31f
children 138ce2701550
line wrap: on
line diff
--- a/lisp/progmodes/grep.el	Wed Jun 07 11:41:58 2006 +0000
+++ b/lisp/progmodes/grep.el	Wed Jun 07 18:05:10 2006 +0000
@@ -553,7 +553,7 @@
        (read-string
         "compile.el: No `grep-find-command' command available. Press RET.")
        (list nil))))
-  (when (and grep-find-command command-args)
+  (when command-args
     (let ((null-device nil))		; see grep
       (grep command-args))))