Function: srecode-template-inserter-section-end--anon-cmacro
srecode-template-inserter-section-end--anon-cmacro is a function
defined in insert.el.gz.
Signature
(srecode-template-inserter-section-end--anon-cmacro WHOLE &rest SLOTS)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/insert.el.gz
;; Closure converted to defun by helpful.
(defun srecode-template-inserter-section-end--anon-cmacro
(whole &rest slots)
(if
(not
(stringp
(car slots)))
whole
(macroexp-warn-and-return
(format "Obsolete name arg %S to constructor %S"
(car slots)
(car whole))
`(,(car whole)
(identity ,(car slots))
,@(cdr slots)))))