Mercurial > emacs
diff lisp/replace.el @ 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 | 41bb365f41c4 |
| children | 6f20cb2a3b72 |
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)
