branch: elpa/meow
commit 59c058c3ccf55badda65d55a56aa30cd025441c7
Author: kamoii <52167401+kam...@users.noreply.github.com>
Commit: GitHub <nore...@github.com>

    Fix typo (#577)
    
    Co-authored-by: kamoii <>
---
 meow-shims.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meow-shims.el b/meow-shims.el
index fdc6b09d2f..e56a1ccb22 100644
--- a/meow-shims.el
+++ b/meow-shims.el
@@ -315,7 +315,7 @@ Argument ENABLE non-nil means turn on."
                                 'meow-prev
                                 meow-normal-state-keymap)))))
       (previous-line)
-    (funcall func arg)))
+    (funcall fnc arg)))
 
 (defun meow--setup-ddskk (enable)
   (setq meow--ddskk-setup enable)

Reply via email to