changeset 64823:6697c9af3631

(occur-engine): Initial *Occur* output not undoable.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 11:29:18 +0000
parents 518cb89f1f95
children 5c5fa9b830c2
files lisp/replace.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/replace.el	Tue Aug 09 11:28:26 2005 +0000
+++ b/lisp/replace.el	Tue Aug 09 11:29:18 2005 +0000
@@ -1061,6 +1061,8 @@
 			    title-face prefix-face match-face keep-props)
   (with-current-buffer out-buf
     (let ((globalcount 0)
+	  ;; Don't generate undo entries for creation of the initial contents.
+	  (buffer-undo-list t)
 	  (coding nil))
       ;; Map over all the buffers
       (dolist (buf buffers)