Function: semanticdb-ref-adebug--anon-cmacro
semanticdb-ref-adebug--anon-cmacro is a function defined in
db-ref.el.gz.
Signature
(semanticdb-ref-adebug--anon-cmacro WHOLE &rest SLOTS)
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-ref.el.gz
;; Could not find source code, showing raw function object.
#[(whole &rest slots)
((ignore 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)) nil nil
(car slots))))
(t)]