Function: elisp-scope--analyze-boundp

elisp-scope--analyze-boundp is a byte-compiled function defined in elisp-scope.el.gz.

Signature

(elisp-scope--analyze-boundp F &rest ARGS)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/elisp-scope.el.gz
(elisp-scope-define-function-spec
    (boundp
     set symbol-value define-abbrev-table
     special-variable-p local-variable-p
     local-variable-if-set-p add-variable-watcher
     get-variable-watchers remove-variable-watcher
     default-value set-default make-local-variable
     buffer-local-value add-to-list add-to-history find-buffer
     customize-set-variable set-variable
     add-hook remove-hook run-hook-with-args run-hook-wrapped)
  ((symbol . free-variable)))