emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 7be191e770 4/7: Merge branch 'main' of github.co


From: ELPA Syncer
Subject: [elpa] externals/denote 7be191e770 4/7: Merge branch 'main' of github.com:protesilaos/denote
Date: Mon, 4 Jul 2022 05:57:32 -0400 (EDT)

branch: externals/denote
commit 7be191e770e61549a6c2374407e3509c976326c1
Merge: 65c4af8f36 245fc99106
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Merge branch 'main' of github.com:protesilaos/denote
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 260f91c5c7..de2c0099d0 100644
--- a/denote.el
+++ b/denote.el
@@ -813,7 +813,7 @@ The TITLE and KEYWORDS arguments are the same as with 
`denote'."
 
 (defun denote--subdirs-prompt ()
   "Handle user input on choice of subdirectory."
-  (let* ((root (denote-directory))
+  (let* ((root (directory-file-name (denote-directory)))
          (subdirs (denote--subdirs))
          (dirs (push root subdirs)))
     (denote--subdirs-completion-table dirs)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]