From: Eshel Yaron Date: Sat, 24 Jun 2023 07:42:06 +0000 (+0300) Subject: Fix highlighting for nonexistent Prolog flag names X-Git-Tag: V9.1.10-sweep-0.21.0~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43683b3ad782806d4312ba400b6dd79d94195f2e;p=sweep.git Fix highlighting for nonexistent Prolog flag names --- diff --git a/sweeprolog.el b/sweeprolog.el index e65e197..4a180ee 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"