branch: elpa/annotate commit 6543d3b1c0fea4396dac459669488c2b0c38b1f2 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- fixed indentation. --- annotate.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/annotate.el b/annotate.el index 511bc53214..3fde2e2b83 100644 --- a/annotate.el +++ b/annotate.el @@ -1677,16 +1677,16 @@ The searched interval can be customized setting the variable: (dolist (single-element chain) (annotate-overlay-maybe-set-help-echo single-element annotation-text) (overlay-put single-element 'annotation annotation-text))))) - (save-excursion - (cond - ;; annotation was cancelled: - ((null annotation-text)) - ;; annotation was erased: - ((string= "" annotation-text) - (delete highlight)) - ;; annotation was changed: - (t - (change highlight))))))) + (save-excursion + (cond + ;; annotation was cancelled: + ((null annotation-text)) + ;; annotation was erased: + ((string= "" annotation-text) + (delete highlight)) + ;; annotation was changed: + (t + (change highlight))))))) (defun annotate-make-prefix () "An empty string from the end of the line upto the annotation."