From e1b3efb8e8ace78af9a0459318a927a28574c92e Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Wed, 7 Mar 2018 09:06:44 -0500 Subject: Add a missing parameter in advice on font-lock-fontify-keywords-region --- generic/proof-syntax.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el index cba709d9..7af4dd06 100644 --- a/generic/proof-syntax.el +++ b/generic/proof-syntax.el @@ -236,7 +236,7 @@ this were even more bogus...." (eval-after-load "font-lock" '(progn (defadvice font-lock-fontify-keywords-region - (before font-lock-fontify-keywords-advice (beg end loudly)) + (before font-lock-fontify-keywords-advice (beg end &optional loudly)) "Call proof assistant specific syntactic region fontify. If it's bound, we call -font-lock-fontify-syntactically-region." (when (and proof-buffer-type -- cgit v1.2.3