diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-03-23 22:38:41 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-03-23 22:38:41 -0400 |
commit | 952550258dcf06bc03662974aa6b6db9d792aedb (patch) | |
tree | 0f7eec9ac7e1d5ef74fa2b146278bf6ff669a9f5 /lisp/progmodes/ebnf-ebx.el | |
parent | 667e002e91a26c20089c5843254a39b771b64ab7 (diff) | |
download | emacs-952550258dcf06bc03662974aa6b6db9d792aedb.tar.gz emacs-952550258dcf06bc03662974aa6b6db9d792aedb.tar.bz2 emacs-952550258dcf06bc03662974aa6b6db9d792aedb.zip |
* lisp/progmodes/ebnf-*.el: Use lexical-binding
* lisp/progmodes/ebnf-abn.el:
* lisp/progmodes/ebnf-bnf.el:
* lisp/progmodes/ebnf-dtd.el:
* lisp/progmodes/ebnf-ebx.el:
* lisp/progmodes/ebnf-iso.el:
* lisp/progmodes/ebnf-otz.el:
* lisp/progmodes/ebnf-yac.el: Enable lexical-binding.
* lisp/progmodes/ebnf2ps.el (ebnf-apply-style1)
(ebnf-insert-ebnf-prologue): Use lexical-binding.
Diffstat (limited to 'lisp/progmodes/ebnf-ebx.el')
-rw-r--r-- | lisp/progmodes/ebnf-ebx.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/ebnf-ebx.el b/lisp/progmodes/ebnf-ebx.el index 389049e39a9..5d8541931e1 100644 --- a/lisp/progmodes/ebnf-ebx.el +++ b/lisp/progmodes/ebnf-ebx.el @@ -1,4 +1,4 @@ -;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) +;;; ebnf-ebx.el --- parser for EBNF used to specify XML (EBNFX) -*- lexical-binding: t; -*- ;; Copyright (C) 2001-2021 Free Software Foundation, Inc. |