branch: elpa/bind-map commit 4cf9dfd1cbb489934a32bfd6d77c5a940f0cd408 Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@burkett.cc>
Fix declare form --- bind-map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind-map.el b/bind-map.el index 7eeb5bcbe6..21467cd955 100644 --- a/bind-map.el +++ b/bind-map.el @@ -386,7 +386,7 @@ or :minor-modes and will throw an error if not. The arguments that get recycled from PARENT (unless a new value is provided) are :override-minor-modes, :keys, :evil-keys, and :evil-states. All others must be declared explicitly." - (declare (indent defun)) + (declare (indent 2)) (let* ((parent-args (symbol-plist parent)) (minor-modes (plist-get args :minor-modes)) (major-modes (plist-get args :major-modes))