From f372012adc82ddde72bf4fec5beb5a1d5aac4329 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 30 Jan 2021 15:36:18 +0800 Subject: [PATCH] Fix warning --- docstr-key.el | 2 ++ docstr.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docstr-key.el b/docstr-key.el index 61d3a33..58c177f 100644 --- a/docstr-key.el +++ b/docstr-key.el @@ -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 diff --git a/docstr.el b/docstr.el index 3bbd6de..1f7d28c 100644 --- a/docstr.el +++ b/docstr.el @@ -6,7 +6,7 @@ ;; Author: Shen, Jen-Chieh ;; 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