branch: elpa/meow
commit 774c4546f8fa090f145d9e7883f60f8303696d16
Author: DogLooksGood <doglooksg...@hotmail.com>
Commit: DogLooksGood <doglooksg...@hotmail.com>

    Fix compilation warnings
---
 meow-beacon.el | 2 ++
 meow-thing.el  | 3 +++
 meow-util.el   | 3 +++
 3 files changed, 8 insertions(+)

diff --git a/meow-beacon.el b/meow-beacon.el
index 5f20354cd1..7afe58a703 100644
--- a/meow-beacon.el
+++ b/meow-beacon.el
@@ -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)
diff --git a/meow-thing.el b/meow-thing.el
index 9301a47767..4c6e562e1f 100644
--- a/meow-thing.el
+++ b/meow-thing.el
@@ -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))
diff --git a/meow-util.el b/meow-util.el
index 2fd427725e..784f3ce5a5 100644
--- a/meow-util.el
+++ b/meow-util.el
@@ -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."

Reply via email to