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

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

[elpa] externals/denote 27e5ed7e0c 6/7: Remove full stop to placate the


From: ELPA Syncer
Subject: [elpa] externals/denote 27e5ed7e0c 6/7: Remove full stop to placate the compiler
Date: Fri, 30 Sep 2022 09:57:38 -0400 (EDT)

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

    Remove full stop to placate the compiler
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 0c36883779..83fc3df9ce 100644
--- a/denote.el
+++ b/denote.el
@@ -2540,7 +2540,7 @@ inserts links with just the identifier."
         (progn
           (insert (denote-link--prepare-links final-files current-file 
id-only))
           (denote-link-buttonize-buffer beg (point)))
-      (user-error "No links matching `%s' that aren't yet present in the 
current buffer." regexp))))
+      (user-error "No links matching `%s' that aren't yet present in the 
current buffer" regexp))))
 
 ;;;;; Links from Dired marks
 



reply via email to

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