Function: srecode-map-p
srecode-map-p is a byte-compiled function defined in map.el.gz.
Signature
(srecode-map-p OBJ)
Documentation
Return non-nil if OBJ is an object of type srecode-map(var)/srecode-map(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/map.el.gz
(defclass srecode-map (eieio-persistent)
((fileheaderline :initform ";; SRECODE TEMPLATE MAP")
(files :initarg :files
:initform nil
:type list
:documentation
"An alist of files and the major-mode that they cover.")
(apps :initarg :apps
:initform nil
:type list
:documentation
"An alist of applications.
Each app keys to an alist of files and modes (as above.)")
)
"A map of srecode templates.")