Skip to content

Commit

Permalink
fix warnins from melpazoid recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
none committed Feb 15, 2024
1 parent 556acc0 commit fb2cd6f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion pinyin-isearch-chars.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; Keywords: chinese, pinyin, matching, convenience
;; URL: https://github.com/Anoncheg1/pinyin-isearch
;; Version: 1.6.8
;; Package-Requires: ((emacs "28.1"))

;; This file is not part of GNU Emacs.

Expand Down
1 change: 0 additions & 1 deletion pinyin-isearch-loaders.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; Keywords: chinese, pinyin, matching, convenience
;; URL: https://github.com/Anoncheg1/pinyin-isearch
;; Version: 1.6.8
;; Package-Requires: ((emacs "27.2"))

;; This file is not part of GNU Emacs.

Expand Down
1 change: 0 additions & 1 deletion pinyin-isearch-pinyin.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
;; Keywords: chinese, pinyin, matching, convenience
;; URL: https://github.com/Anoncheg1/pinyin-isearch
;; Version: 1.6.8
;; Package-Requires: ((emacs "28.1"))

;; This file is not part of GNU Emacs.

Expand Down
2 changes: 1 addition & 1 deletion pinyin-isearch.el
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Optional argument NO-RECURSIVE-EDIT see original function `isearch-backward'."
"Replace key bindings for functions `isearch-forward' and `isearch-backward'.
Allow with query {pinyin} to find {pīnyīn}. \\C-\\u \\C-\\s used for
normal search."
:lighter " p-isearch" :global nil :group 'isearch :version "27.2"
:lighter " p-isearch" :global nil :group 'isearch
:keymap (let ((map (make-sparse-keymap)))
(define-key map (kbd "C-s") #'pinyin-isearch-forward)
(define-key map (kbd "C-r") #'pinyin-isearch-backward)
Expand Down

0 comments on commit fb2cd6f

Please sign in to comment.