Function: transient-object-p
transient-object-p is a byte-compiled function defined in
transient.el.gz.
Signature
(transient-object-p OBJ)
Documentation
Return non-nil if OBJ is an object of type transient-object(var)/transient-object(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
;;;; Classes
;;;;; Base
(defclass transient-object () () :abstract t)