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

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

[nongnu] elpa/annotate 6543d3b1c0 259/372: - fixed indentation.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 6543d3b1c0 259/372: - fixed indentation.
Date: Fri, 4 Feb 2022 16:59:05 -0500 (EST)

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."



reply via email to

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