Function: srecode-map

srecode-map is a byte-compiled function defined in map.el.gz.

Signature

(srecode-map &rest SLOTS)

Documentation

Create a new object of class 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.")