branch: elpa/annotate commit 7908f0b1144fa536d80281267a2c9ebfdd7cc4c7 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- renamed function 'annotate-start-annotation-dump' to 'annotate-beginning-of-annotation'. --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index f2218eb925..6a0711fba7 100644 --- a/annotate.el +++ b/annotate.el @@ -742,7 +742,7 @@ file." file." (cl-first record)) -(defun annotate-start-annotation-dump (annotation) +(defun annotate-beginning-of-annotation (annotation) "Get the starting point 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: @@ -960,7 +960,7 @@ essentially what you get from: (insert "- ") (insert-button (propertize (ellipsize button-text) 'face 'bold) 'file filename - 'go-to (annotate-start-annotation-dump annotation-field) + 'go-to (annotate-beginning-of-annotation annotation-field) 'action 'annotate-summary-button-pressed 'type 'annotate-summary-button) (insert "\n\n")))))))))))