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

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

[elpa] externals/denote b76221d9f5 3/3: Update denote-link-description-w


From: ELPA Syncer
Subject: [elpa] externals/denote b76221d9f5 3/3: Update denote-link-description-with-signature-and-title to match commit f08bed0
Date: Sun, 12 May 2024 06:57:53 -0400 (EDT)

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

    Update denote-link-description-with-signature-and-title to match commit 
f08bed0
---
 denote.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 80a20c1520..3bf7b515b8 100644
--- a/denote.el
+++ b/denote.el
@@ -3580,7 +3580,9 @@ This is useful as the value of the user option
     (cond
      (region-text region-text)
      ((and signature title) (format "%s  %s" signature title))
-     (t title))))
+     (title (format "%s" title))
+     (signature (format "%s" signature))
+     (t ""))))
 
 (defun denote--get-active-region-content ()
   "Return the text of the active region, else nil."



reply via email to

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