Skip to content

Commit 100da0a

Browse files
committed
Add a couple declares
1 parent e41397a commit 100da0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lispy.el

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2848,6 +2848,11 @@ When called twice in a row, restore point and mark."
28482848
(beginning-of-defun arg))))
28492849

28502850
;;* Locals: ace-jump-mode
2851+
(declare-function avi--regex-candidates "avy-jump")
2852+
(declare-function avi--goto "avy-jump")
2853+
(declare-function avi--process "avy-jump")
2854+
(declare-function avi--overlay-post "avy-jump")
2855+
28512856
(defun lispy-ace-char ()
28522857
"Call `ace-jump-char-mode' on current defun."
28532858
(interactive)

0 commit comments

Comments
 (0)