Skip to content

Commit

Permalink
Fix meow--keypad-clear-message
Browse files Browse the repository at this point in the history
  • Loading branch information
DogLooksGood committed Dec 1, 2024
1 parent 96bc722 commit 189a729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meow-keypad.el
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ Argument CONTROL, non-nils stands for current input is prefixed with Control."

(defun meow--keypad-clear-message ()
"Clear displayed message by calling `meow-keypad-clear-describe-keymap-function'."
(funcall meow-keypad-clear-describe-keymap-function))
(when meow-keypad-clear-describe-keymap-function
(funcall meow-keypad-clear-describe-keymap-function)))

(defun meow--keypad-display-message ()
"Display a message for current input state."
Expand Down

0 comments on commit 189a729

Please sign in to comment.