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

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

[nongnu] elpa/annotate 401a9b4990 309/372: - removed useless argument fo


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 401a9b4990 309/372: - removed useless argument for 'font-lock-flush'.
Date: Fri, 4 Feb 2022 16:59:14 -0500 (EST)

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

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