Skip to content

Commit f372012

Browse files
committed
Fix warning
1 parent de86bba commit f372012

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docstr-key.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
(require 'cl-lib)
3131
(require 's)
3232

33+
(declare-function docstr-get-prefix "ext:docstr.el")
34+
3335
(defcustom docstr-key-support nil
3436
"If non-nil, use key support to fulfill document string triggerations' conditions."
3537
:type 'boolean

docstr.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: Shen, Jen-Chieh <[email protected]>
77
;; Description: A document string minor mode.
88
;; Keyword: document string
9-
;; Version: 5.5.1
9+
;; Version: 5.5.2
1010
;; Package-Requires: ((emacs "24.4") (s "1.9.0"))
1111
;; URL: https://github.com/jcs-elpa/docstr
1212

0 commit comments

Comments
 (0)