emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Tue, 09 Aug 2005 07:29:18 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.221 emacs/lisp/replace.el:1.222
*** emacs/lisp/replace.el:1.221 Sat Aug  6 22:13:43 2005
--- emacs/lisp/replace.el       Tue Aug  9 11:29:18 2005
***************
*** 1061,1066 ****
--- 1061,1068 ----
                            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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]