emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Thu, 18 May 2006 14:39:09 +0000

Index: emacs/lisp/progmodes/grep.el
diff -u emacs/lisp/progmodes/grep.el:1.58 emacs/lisp/progmodes/grep.el:1.59
--- emacs/lisp/progmodes/grep.el:1.58   Tue May  9 12:47:12 2006
+++ emacs/lisp/progmodes/grep.el        Thu May 18 14:39:09 2006
@@ -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))))
 




reply via email to

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