Commit 9c35eda
Passing non-nil fileonly parameter to check-declare to skip checking that the
functions are actually defined, because they are defined via the
`define-paredit-pair` macro.
See
https://www.gnu.org/software/emacs/manual/html_node/elisp/Declaring-Functions.html
> There are some function definitions that ‘check-declare’ does not
understand (e.g., defstruct and some other macros). In such cases, you can pass
a non-nil fileonly argument to declare-function, meaning to only check that the
file exists, not that it actually defines the function.
1 parent 56ec5a4 commit 9c35eda
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
474 | | - | |
475 | | - | |
| 474 | + | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
0 commit comments