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

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

[elpa] externals/denote 85e33cb523 107/355: Remove needless single quote


From: ELPA Syncer
Subject: [elpa] externals/denote 85e33cb523 107/355: Remove needless single quotes
Date: Sun, 26 Jun 2022 23:58:08 -0400 (EDT)

branch: externals/denote
commit 85e33cb5239534fe16655cc37d1397a63c7bf18d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove needless single quotes
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index e22d2c4395..cd34adfa87 100644
--- a/denote.el
+++ b/denote.el
@@ -339,7 +339,7 @@ include the starting dot or the return value of
 (defun denote--map-quote-downcase (seq)
   "Quote and downcase elements in SEQ."
   (mapconcat (lambda (k)
-               (format "'%s'" (downcase k)))
+               (format "%S" (downcase k)))
              seq ", "))
 
 (defun denote--file-meta-keywords (keywords &optional type)



reply via email to

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