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

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

[nongnu] elpa/annotate 3f3444cd18 5/7: - removed repeated code.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 3f3444cd18 5/7: - removed repeated code.
Date: Fri, 10 Mar 2023 10:00:44 -0500 (EST)

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

    - removed repeated code.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index af2bd48828..cc4db22fc4 100644
--- a/annotate.el
+++ b/annotate.el
@@ -2069,7 +2069,7 @@ the annotation's text will be rendered."
 (defun annotate-chain-hide-text-p (chain)
 "Non nil if the annotation's text must not be rendered."
   (let ((last-ring (annotate-chain-last (cl-first chain))))
-    (overlay-get last-ring 'hide-text)))
+    (annotate-tail-overlay-hide-text-p last-ring)))
 
 (defun annotate-tail-overlay-hide-text-p (overlay)
   "Get the property for hiding the annotation text from `overlay'."



reply via email to

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