branch: elpa/sweeprolog commit 43683b3ad782806d4312ba400b6dd79d94195f2e Author: Eshel Yaron <m...@eshelyaron.com> Commit: Eshel Yaron <m...@eshelyaron.com>
Fix highlighting for nonexistent Prolog flag names --- sweeprolog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweeprolog.el b/sweeprolog.el index e65e19702d..4a180ee20d 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -2141,7 +2141,7 @@ resulting list even when found in the current clause." ("flag_name" (list (list beg end 'sweeprolog-flag-name))) ("no_flag_name" - (list (list beg end 'sweeprolog-flag-name))) + (list (list beg end 'sweeprolog-no-flag-name))) ("ext_quant" (list (list beg end 'sweeprolog-ext-quant))) ("atom"