Function: elisp-scope--analyze-custom-theme-set-variables-1
elisp-scope--analyze-custom-theme-set-variables-1 is a byte-compiled
function defined in elisp-scope.el.gz.
Signature
(elisp-scope--analyze-custom-theme-set-variables-1 THEME &rest ARGS)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/elisp-scope.el.gz
(elisp-scope-define-function-analyzer custom-theme-set-variables (theme &rest args)
(elisp-scope-1 theme '(symbol . theme))
(dolist (arg args)
(elisp-scope-1
arg
'(cons (symbol . free-variable) .
(cons code .
(or (cons t .
(cons (repeat . (symbol . feature)) .
t))
t))))))