Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 30, 2021
1 parent de86bba commit f372012
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docstr-key.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
(require 'cl-lib)
(require 's)

(declare-function docstr-get-prefix "ext:docstr.el")

(defcustom docstr-key-support nil
"If non-nil, use key support to fulfill document string triggerations' conditions."
:type 'boolean
Expand Down
2 changes: 1 addition & 1 deletion docstr.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; Author: Shen, Jen-Chieh <[email protected]>
;; Description: A document string minor mode.
;; Keyword: document string
;; Version: 5.5.1
;; Version: 5.5.2
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
;; URL: https://github.com/jcs-elpa/docstr

Expand Down

0 comments on commit f372012

Please sign in to comment.