Function: srecode-inserter-apply-state

srecode-inserter-apply-state is a byte-compiled function defined in compile.el.gz.

Signature

(srecode-inserter-apply-state ARG &rest ARGS)

Implementations

(srecode-inserter-apply-state (INS srecode-template-inserter-ask) STATE) in `srecode/insert.el'.

For the template inserter INS, apply information from STATE. Loop over the prompts to see if we have a match.

(srecode-inserter-apply-state (INS srecode-template-inserter) STATE) in `srecode/compile.el'.

For the template inserter INS, apply information from STATE.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/compile.el.gz
(cl-defmethod srecode-inserter-apply-state ((_ins srecode-template-inserter) _STATE)
  "For the template inserter INS, apply information from STATE."
  nil)