Skip to content

Commit

Permalink
Fix typo (#577)
Browse files Browse the repository at this point in the history
Co-authored-by: kamoii <>
  • Loading branch information
kamoii committed Mar 21, 2024
1 parent c693c48 commit 59c058c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meow-shims.el
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Argument ENABLE non-nil means turn on."
'meow-prev
meow-normal-state-keymap)))))

Check warning on line 316 in meow-shims.el

View workflow job for this annotation

GitHub Actions / check (26.3, true)

‘previous-line’ is for interactive use only; use ‘forward-line’ with negative argument instead.

Check warning on line 316 in meow-shims.el

View workflow job for this annotation

GitHub Actions / check (27.1, true)

‘previous-line’ is for interactive use only; use ‘forward-line’ with negative argument instead.

Check warning on line 316 in meow-shims.el

View workflow job for this annotation

GitHub Actions / check (28.2, true)

‘previous-line’ is for interactive use only; use ‘forward-line’ with negative argument instead.
(previous-line)
(funcall func arg)))
(funcall fnc arg)))

(defun meow--setup-ddskk (enable)
(setq meow--ddskk-setup enable)
Expand Down

0 comments on commit 59c058c

Please sign in to comment.