branch: externals/denote commit f808a67bd84fcd86b8efff12d4ff1f5e88e12ffa Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Tweak the :package-version of user options for renaming buffers We update this so that users know when the default value was added or last changed. These are related to the contribution by Ashton Wiersdorf in pull request 392: <https://github.com/protesilaos/denote/pull/392>. --- denote-rename-buffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/denote-rename-buffer.el b/denote-rename-buffer.el index 3e157f193d..42c41fd5a3 100644 --- a/denote-rename-buffer.el +++ b/denote-rename-buffer.el @@ -41,7 +41,7 @@ (defcustom denote-buffer-has-backlinks-string "→ " "A string used to indicate that a buffer has backlinks pointing to it." :type 'string - :package-version '(denote . "2.1.0") + :package-version '(denote . "3.1.0") :group 'denote-rename-buffer) (defcustom denote-rename-buffer-format "%b%t" @@ -74,7 +74,7 @@ Any other string it taken as-is. Users may want, for example, to include some text that makes Denote buffers stand out, such as a [D] prefix." :type 'string - :package-version '(denote . "2.1.0") + :package-version '(denote . "3.1.0") :group 'denote-rename-buffer) (defcustom denote-rename-buffer-function #'denote-rename-buffer