branch: elpa/adoc-mode commit 8cf18289d5d42dffeb72c0e5bc13b069bbd54d2d Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Enable lexical binding --- adoc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adoc-mode.el b/adoc-mode.el index 7d1c577356..5de20a5e3b 100644 --- a/adoc-mode.el +++ b/adoc-mode.el @@ -1,4 +1,4 @@ -;;; adoc-mode.el --- a major-mode for editing AsciiDoc files +;;; adoc-mode.el --- a major-mode for editing AsciiDoc files -*- lexical-binding: t; -*- ;; ;; Copyright 2009-2016 Florian Kaufmann <sensor...@gmail.com> ;; Copyright 2022-2023 Bozhidar Batsov <bozhi...@batsov.dev> and adoc-mode contributors