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:
parent
a7384d3dc1
commit
882effdb17
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user