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

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

diff --git a/annotate.el b/annotate.el
index ca5d8c7bd3..7f3f2e8355 100644
--- a/annotate.el
+++ b/annotate.el
@@ -430,7 +430,7 @@ modified (for example a newline is inserted)."
   "The function to be called when an info buffer is updated"
   (annotate-clear-annotations)
   (annotate-load-annotations)
-  (font-lock-flush nil))
+  (font-lock-flush))
 
 (defun annotate-initialize ()
   "Load annotations and set up save and display hooks."

Reply via email to