Function: track-changes--pending-p
track-changes--pending-p is a byte-compiled function defined in
track-changes.el.gz.
Signature
(track-changes--pending-p ID)
Documentation
Return non-nil if there are pending changes for tracker ID.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/track-changes.el.gz
(defun track-changes--pending-p (id)
"Return non-nil if there are pending changes for tracker ID."
(or (not track-changes--before-clean)
(track-changes--state-next id)))