1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

(occur-engine): Initial *Occur* output not undoable.

This commit is contained in:
Richard M. Stallman 2005-08-09 11:29:18 +00:00
parent a7384d3dc1
commit 882effdb17

View File

@ -1061,6 +1061,8 @@ See also `multi-occur'."
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)