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

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

[nongnu] elpa/annotate a8762cd08a 344/372: - removed garbage at the end


From: ELPA Syncer
Subject: [nongnu] elpa/annotate a8762cd08a 344/372: - removed garbage at the end of an error message.
Date: Fri, 4 Feb 2022 16:59:20 -0500 (EST)

branch: elpa/annotate
commit a8762cd08a13cdcd40b553bb173632952e48283d
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - removed garbage at the end of an error message.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index f174d131d7..f405a7ebf6 100644
--- a/annotate.el
+++ b/annotate.el
@@ -580,7 +580,7 @@ specified by `from' and `to'."
                    (condition-case error-message
                        (annotate-create-annotation start end annotation-text 
nil)
                      (annotate-empty-annotation-text-error
-                      (user-error "Annotation text is empty.? "))))))
+                      (user-error "Annotation text is empty"))))))
               (cut-right (region-beg region-stop &optional delete-enclosed)
                 ;; This function will trim on the right one or more
                 ;; existing chains of overlays that compose an



reply via email to

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