Function: srecode-user-template-p

srecode-user-template-p is a byte-compiled function defined in find.el.gz.

Signature

(srecode-user-template-p TEMPLATE)

Documentation

Non-nil if TEMPLATE is intended for user insertion.

Templates not matching this predicate are used for code generation or other internal purposes.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/srecode/find.el.gz
(defun srecode-user-template-p (_template)
  "Non-nil if TEMPLATE is intended for user insertion.
Templates not matching this predicate are used for code
generation or other internal purposes."
  t)