diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 3cdb54f2132..26870a3a634 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1495,7 +1495,8 @@ See also `multi-occur'." | |||
| 1495 | ;; Don't display regexp if with remaining text | 1495 | ;; Don't display regexp if with remaining text |
| 1496 | ;; it is longer than window-width. | 1496 | ;; it is longer than window-width. |
| 1497 | (if (> (+ (length regexp) 42) (window-width)) | 1497 | (if (> (+ (length regexp) 42) (window-width)) |
| 1498 | "" (format " for ā%sā" (query-replace-descr regexp))))) | 1498 | "" (format-message |
| 1499 | " for ā%sā" (query-replace-descr regexp))))) | ||
| 1499 | (setq occur-revert-arguments (list regexp nlines bufs)) | 1500 | (setq occur-revert-arguments (list regexp nlines bufs)) |
| 1500 | (if (= count 0) | 1501 | (if (= count 0) |
| 1501 | (kill-buffer occur-buf) | 1502 | (kill-buffer occur-buf) |