aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 6ce961c28a7..ea1bd53e688 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1061,6 +1061,8 @@ See also `multi-occur'."
1061 title-face prefix-face match-face keep-props) 1061 title-face prefix-face match-face keep-props)
1062 (with-current-buffer out-buf 1062 (with-current-buffer out-buf
1063 (let ((globalcount 0) 1063 (let ((globalcount 0)
1064 ;; Don't generate undo entries for creation of the initial contents.
1065 (buffer-undo-list t)
1064 (coding nil)) 1066 (coding nil))
1065 ;; Map over all the buffers 1067 ;; Map over all the buffers
1066 (dolist (buf buffers) 1068 (dolist (buf buffers)