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

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

[elpa] externals/denote 245fc99106 2/7: Merge pull request #35 from ggjp


From: ELPA Syncer
Subject: [elpa] externals/denote 245fc99106 2/7: Merge pull request #35 from ggjp/fix-denote-subdirs-prompt
Date: Mon, 4 Jul 2022 05:57:31 -0400 (EDT)

branch: externals/denote
commit 245fc991063c08257f7afd5584139b95bb80ff5e
Merge: 4f24f1dc43 9fbac49415
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #35 from ggjp/fix-denote-subdirs-prompt
    
    Remove "/" from denote-directory path in denote--subdirs-prompt
---
 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]