; Fix the comment back
This commit is contained in:
parent
634d0a907f
commit
09f566eeda
1 changed files with 1 additions and 1 deletions
|
@ -931,7 +931,7 @@ IGNORES is a list of glob patterns."
|
|||
(erase-buffer)
|
||||
(call-process-shell-command command nil t)
|
||||
;; FIXME: What to do when the call fails?
|
||||
;; "find: ‘foo’: No such file or directory\n"
|
||||
;; "find: ‘xyzgrep’: No such file or directory\n"
|
||||
;; The problem is, find-grep can exit with a nonzero code even
|
||||
;; when there are some matches in the output.
|
||||
(goto-char (point-min))
|
||||
|
|
Loading…
Add table
Reference in a new issue