Function: undo-auto--add-boundary
undo-auto--add-boundary is a byte-compiled function defined in
simple.el.gz.
Signature
(undo-auto--add-boundary)
Documentation
Add an undo-boundary in appropriate buffers.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun undo-auto--add-boundary ()
"Add an `undo-boundary' in appropriate buffers."
(undo-auto--boundaries
(let ((amal undo-auto--this-command-amalgamating))
(setq undo-auto--this-command-amalgamating nil)
(if amal
'amalgamate
'command))))