diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 49e7c85c487..01a892bbba7 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1931,7 +1931,7 @@ See also `multi-occur'." | |||
| 1931 | (lambda (boo) | 1931 | (lambda (boo) |
| 1932 | (buffer-name (if (overlayp boo) (overlay-buffer boo) boo))) | 1932 | (buffer-name (if (overlayp boo) (overlay-buffer boo) boo))) |
| 1933 | active-bufs)) | 1933 | active-bufs)) |
| 1934 | (with-current-buffer (get-buffer buf-name) | 1934 | (with-current-buffer buf-name |
| 1935 | (rename-uniquely))) | 1935 | (rename-uniquely))) |
| 1936 | 1936 | ||
| 1937 | ;; Now find or create the output buffer. | 1937 | ;; Now find or create the output buffer. |