diff options
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index a9afa3e11e3..b5b3b8fc078 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -2175,7 +2175,7 @@ A prefix argument means to unmark them instead. | |||
| 2175 | (goto-char (point-min)) | 2175 | (goto-char (point-min)) |
| 2176 | (re-search-forward regexp nil t))) | 2176 | (re-search-forward regexp nil t))) |
| 2177 | (with-temp-buffer | 2177 | (with-temp-buffer |
| 2178 | (insert-buffer-contents fn) | 2178 | (insert-file-contents fn) |
| 2179 | (goto-char (point-min)) | 2179 | (goto-char (point-min)) |
| 2180 | (re-search-forward regexp nil t)))) | 2180 | (re-search-forward regexp nil t)))) |
| 2181 | ))) | 2181 | ))) |