branch: externals/denote
commit 7f5d9974f24367b03621df9c0d013d478be0f90d
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix package version in make-obsolete message about '(denote-directory)'
    
    Thanks to Jean-Philippe Gagné Guay for pointing this out:
    <https://github.com/protesilaos/denote/pull/632#issuecomment-3193637023>.
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index efc9263e83..c1d4e39005 100644
--- a/denote.el
+++ b/denote.el
@@ -1039,7 +1039,7 @@ Unless this is definitely what you need, use the 
`denote-directories'
 instead.  Also see `denote-directories-get-common-root'."
   (car (denote-directories)))
 
-(make-obsolete 'denote-directory 'denote-directories "4.2.0")
+(make-obsolete 'denote-directory 'denote-directories "4.1.0")
 
 (defvar denote-generate-identifier-automatically t
   "Make creation and renaming commands automatically create and identifier.

Reply via email to