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
((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.
((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)