diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index e9c42a129a8..1ca3e1d1539 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el | |||
| @@ -932,7 +932,7 @@ IGNORES is a list of glob patterns." | |||
| 932 | (erase-buffer) | 932 | (erase-buffer) |
| 933 | (call-process-shell-command command nil t) | 933 | (call-process-shell-command command nil t) |
| 934 | ;; FIXME: What to do when the call fails? | 934 | ;; FIXME: What to do when the call fails? |
| 935 | ;; "find: ‘zzgrep’: No such file or directory\n" | 935 | ;; "find: ‘foo’: No such file or directory\n" |
| 936 | ;; The problem is, find-grep can exit with a nonzero code even | 936 | ;; The problem is, find-grep can exit with a nonzero code even |
| 937 | ;; when there are some matches in the output. | 937 | ;; when there are some matches in the output. |
| 938 | (goto-char (point-min)) | 938 | (goto-char (point-min)) |