branch: externals/hiddenquote commit 80b50449bc4417a5d0bada8039bc98d7e2e73b8d Author: Mauro Aranda <maurooara...@gmail.com> Commit: Mauro Aranda <maurooara...@gmail.com>
; Fix last commit Next package version will be 1.3. --- hiddenquote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiddenquote.el b/hiddenquote.el index 636cbc0ace..a4d712ff43 100644 --- a/hiddenquote.el +++ b/hiddenquote.el @@ -113,7 +113,7 @@ which is the prefix arg given to `hiddenquote'." (string :tag "Source name") (symbol :tag "Format") (function :tag "Custom function")))) - :package-version '(hiddenquote . "0.2")) + :package-version '(hiddenquote . "1.3")) (defcustom hiddenquote-mode-hook nil "Hook to run after entering `hiddenquote-mode'."