Function: srecode-template-inserter-include

srecode-template-inserter-include is a byte-compiled function defined in insert.el.gz.

Signature

(srecode-template-inserter-include &rest SLOTS)

Documentation

Create a new object of class type srecode-template-inserter-include(var)/srecode-template-inserter-include(fun).

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
(defclass srecode-template-inserter-include (srecode-template-inserter-subtemplate)
  ((key :initform ?>
	:allocation :class
	:documentation
	"The character code used to identify inserters of this style.")
   (includedtemplate
    :initarg :includedtemplate
    :documentation
    "The template included for this inserter."))
   "Include a different template into this one.
The included template will have additional dictionary entries from the subdictionary
stored specified by this macro.")