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