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

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

[nongnu] elpa/annotate 876f1425d2 310/372: - removed another useless arg


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 876f1425d2 310/372: - removed another useless argument from call to 'font-lock-flush'.
Date: Fri, 4 Feb 2022 16:59:14 -0500 (EST)

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

    - removed another useless argument from call to 'font-lock-flush'.
---
 annotate.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotate.el b/annotate.el
index 7f3f2e8355..7774f5f019 100644
--- a/annotate.el
+++ b/annotate.el
@@ -626,7 +626,7 @@ specified by `from' and `to'."
             (create-new-annotation)))))
        (annotation
         (annotate-change-annotation (point))
-        (font-lock-flush nil))
+        (font-lock-flush))
        (t
         (if (annotate--position-on-annotated-text-p (point))
             (signal 'annotate-annotate-region-overlaps nil)



reply via email to

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