Function: undo-auto--last-boundary-amalgamating-number

undo-auto--last-boundary-amalgamating-number is a byte-compiled function defined in simple.el.gz.

Signature

(undo-auto--last-boundary-amalgamating-number)

Documentation

Return the number of amalgamating last commands or nil.

Amalgamating commands are, by default, either self-insert-command and delete-char, but can be any command that calls undo-auto-amalgamate.

Source Code

;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defun undo-auto--last-boundary-amalgamating-number ()
  "Return the number of amalgamating last commands or nil.
Amalgamating commands are, by default, either
`self-insert-command' and `delete-char', but can be any command
that calls `undo-auto-amalgamate'."
  (car-safe undo-auto--last-boundary-cause))