Function: srecode-template-inserter-variable--eieio-childp

srecode-template-inserter-variable--eieio-childp is a byte-compiled function defined in insert.el.gz.

Signature

(srecode-template-inserter-variable--eieio-childp OBJ)

Documentation

Return non-nil if OBJ is an object of type srecode-template-inserter-variable(var)/srecode-template-inserter-variable(fun) or a subclass.

Aliases

srecode-template-inserter-variable-child-p (obsolete since 25.1)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-variable (srecode-template-inserter)
  ((key :initform nil
	:allocation :class
	:documentation
	"The character code used to identify inserters of this style."))
  "Insert the value of a dictionary entry.
If there is no entry, insert nothing.")