Skip to content

Commit

Permalink
Fix compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Oct 5, 2024
1 parent acd4c78 commit 774c454
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meow-beacon.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
(declare-function meow--make-selection "meow-command")
(declare-function meow--select "meow-command")
(declare-function meow-beacon-mode "meow-core")
(declare-function meow-change-save "meow-command")
(declare-function meow-escape-or-normal-modal "meow-command")

(defvar-local meow--beacon-overlays nil)
(defvar-local meow--beacon-insert-enter-key nil)
Expand Down
3 changes: 3 additions & 0 deletions meow-thing.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
(require 'meow-var)
(require 'meow-util)

(declare-function meow--visual-line-end-position "meow-command")
(declare-function meow--visual-line-beginning-position "meow-command")

(defun meow--bounds-of-symbol ()
(when-let (bounds (bounds-of-thing-at-point meow-symbol-thing))
(let ((beg (car bounds))
Expand Down
3 changes: 3 additions & 0 deletions meow-util.el
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
(declare-function meow--keypad-format-keys "meow-keypad")
(declare-function meow--keypad-format-prefix "meow-keypad")
(declare-function meow-minibuffer-quit "meow-command")
(declare-function meow--enable "meow-core")
(declare-function meow--beacon-apply-command "meow-beacon")
(declare-function meow-keypad-start-with "meow-keypad")

(defun meow--execute-kbd-macro (kbd-macro)
"Execute KBD-MACRO."
Expand Down

0 comments on commit 774c454

Please sign in to comment.