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

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

[nongnu] elpa/annotate 3c4da9d71a 093/372: - renamed 'annotate-text-anno


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 3c4da9d71a 093/372: - renamed 'annotate-text-annotation-dump' to 'annotate-text-of-annotation'.
Date: Fri, 4 Feb 2022 16:58:21 -0500 (EST)

branch: elpa/annotate
commit 3c4da9d71a00751f0f6a4fa076c6d28507890426
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - renamed 'annotate-text-annotation-dump' to 'annotate-text-of-annotation'.
---
 annotate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index 6a0711fba7..be31ad1bde 100644
--- a/annotate.el
+++ b/annotate.el
@@ -749,7 +749,7 @@ essentially what you get from:
 (annotate-annotations-from-dump (annotate-load-annotations))). "
   (cl-first annotation))
 
-(defun annotate-text-annotation-dump (annotation)
+(defun annotate-text-of-annotation (annotation)
   "Get the text of an annotation. The arg 'annotation' must be a single
 annotation field got from a file dump of all annotated buffers,
 essentially what you get from:
@@ -956,7 +956,7 @@ essentially what you get from:
                (insert (format "%s\n\n" filename))
                (dolist (annotation-field all-annotations)
                  (let ((button-text (format "%s"
-                                            (annotate-text-annotation-dump 
annotation-field))))
+                                            (annotate-text-of-annotation 
annotation-field))))
                    (insert "- ")
                    (insert-button (propertize (ellipsize button-text) 'face 
'bold)
                                   'file   filename



reply via email to

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