branch: externals/denote commit 2f50fe45d679bcf7dbde0f43bdbbc93c3425837e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Include :package-version for modified denote-save-buffers --- denote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/denote.el b/denote.el index 6e1289fac4..61eb978140 100644 --- a/denote.el +++ b/denote.el @@ -159,6 +159,7 @@ saved automatically. The assumption is that the user who opts in to this feature is familiar with the `denote-rename-file' operation (or related) and knows it is reliable." :group 'denote + :package-version '(denote . "3.0.0") :type 'boolean) ;;;###autoload (put 'denote-known-keywords 'safe-local-variable #'listp)