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