File: check-declare.el.html
The byte-compiler often warns about undefined functions that you
know will actually be defined when it matters. The declare-function
statement allows you to suppress these warnings. This package
checks that all such statements in a file or directory are accurate.
The entry points are check-declare-file and check-declare-directory.
For more information, see Info node (elisp)Declaring Functions.
Defined variables (2)
check-declare-ext-errors | When non-nil, warn about functions not found in :ext. |
check-declare-warning-buffer | Name of buffer used to display any ‘check-declare’ warnings. |
Defined functions (8)
check-declare-directory | (ROOT) |
check-declare-file | (FILE) |
check-declare-files | (&rest FILES) |
check-declare-locate | (FILE BASEFILE) |
check-declare-scan | (FILE) |
check-declare-sort | (ALIST) |
check-declare-verify | (FNFILE FNLIST) |
check-declare-warn | (FILE FN FNFILE TYPE &optional LINE) |