Function: glc-is-positionable
glc-is-positionable is a byte-compiled function defined in
goto-chg.el.
Signature
(glc-is-positionable E)
Documentation
Return non-nil if E is an insertion, deletion or text property change.
E is an entry in the buffer-undo-list.
Source Code
;; Defined in ~/.emacs.d/elpa/goto-chg-20240407.1110/goto-chg.el
(t nil)))) ; (marker ...)==marker moved
(defun glc-is-positionable (e)
"Return non-nil if E is an insertion, deletion or text property change.
\nE is an entry in the buffer-undo-list."
(and (not (numberp e)) (glc-get-pos e)))