Function: srecode-map-base-template-dir

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

Signature

(srecode-map-base-template-dir)

Documentation

Find the base template directory for SRecode.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/map.el.gz
(defun srecode-map-base-template-dir ()
  "Find the base template directory for SRecode."
  (expand-file-name "srecode" data-directory))