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

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

[nongnu] elpa/adoc-mode 02f53a301b 124/199: Fix #43. Add missing quote b


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 02f53a301b 124/199: Fix #43. Add missing quote before adoc-reserved in adoc-kw-verbatim-paragraph-sequence
Date: Sun, 3 Sep 2023 06:59:40 -0400 (EDT)

branch: elpa/adoc-mode
commit 02f53a301b8e5b6e4934b47ab326892f70719c32
Author: TobiasZawada <i@tn-home.de>
Commit: TobiasZawada <i@tn-home.de>

    Fix #43. Add missing quote before adoc-reserved in 
adoc-kw-verbatim-paragraph-sequence
---
 adoc-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 23435054ab..07deba26e8 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -1528,7 +1528,7 @@ Concerning TYPE, LEVEL and SUB-TYPE see `adoc-re-llisti'."
     ;; matcher function
     `(lambda (end)
       (and (re-search-forward ,(adoc-re-verbatim-paragraph-sequence) end t)
-           (not (text-property-not-all (match-beginning 0) (match-end 0) 
adoc-reserved nil))))
+           (not (text-property-not-all (match-beginning 0) (match-end 0) 
'adoc-reserved nil))))
     ;; highlighers
     '(1 '(face adoc-monospace adoc-reserved t font-lock-multiline t))))
 



reply via email to

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