diff options
| -rw-r--r-- | lisp/find-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 4b70a71bdb8..47655129e29 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el | |||
| @@ -257,7 +257,7 @@ Thus ARG can also contain additional grep options." | |||
| 257 | (delete-region (point) (- (point) 2))) | 257 | (delete-region (point) (- (point) 2))) |
| 258 | ;; Find all the complete lines in the unprocessed | 258 | ;; Find all the complete lines in the unprocessed |
| 259 | ;; output and process it to add text properties. | 259 | ;; output and process it to add text properties. |
| 260 | (goto-char end) | 260 | (goto-char (point-max)) |
| 261 | (if (search-backward "\n" (process-mark proc) t) | 261 | (if (search-backward "\n" (process-mark proc) t) |
| 262 | (progn | 262 | (progn |
| 263 | (dired-insert-set-properties (process-mark proc) | 263 | (dired-insert-set-properties (process-mark proc) |