sensorflo / adoc-mode

A major-mode for editing AsciiDoc files in Emacs
https://github.com/sensorflo/adoc-mode/wiki
76 stars 41 forks source link

Jit-lock error because of missing quote in adoc-kw-verbatim-paragraph-sequence #43

Open TobiasZawada opened 2 years ago

TobiasZawada commented 2 years ago

I get the following error message because of a missing quote before adoc-reserved in adoc-kw-verbatim-paragraph-sequence:

(jit-lock--run-functions 10093 11074) [UNPR HOST test.adoc]: Symbol’s value as variable is void: adoc-reserved

TobiasZawada commented 2 years ago

Note, that this is an obvious error with a simple fix. The pull request should not pose any problems.