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

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

[nongnu] elpa/annotate c007611614 159/372: - removed useless rebinding o


From: ELPA Syncer
Subject: [nongnu] elpa/annotate c007611614 159/372: - removed useless rebinding of 'annotate-annotation-position-policy'.
Date: Fri, 4 Feb 2022 16:58:55 -0500 (EST)

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

    - removed useless rebinding of 'annotate-annotation-position-policy'.
---
 annotate.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index 8552224537..7a8e18557a 100644
--- a/annotate.el
+++ b/annotate.el
@@ -826,8 +826,7 @@ to 'maximum-width'."
                                         'annotate-highlight-secondary))
                  (annotation-long-p   (> (string-width (overlay-get ov 
'annotation))
                                          
annotate-annotation-max-size-not-place-new-line))
-                 (position            annotate-annotation-position-policy)
-                 (position-new-line-p (cl-case position
+                 (position-new-line-p (cl-case 
annotate-annotation-position-policy
                                         (:new-line
                                          t)
                                         (:by-length



reply via email to

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