diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2020-10-15 18:44:39 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2020-10-16 14:03:57 +0200 |
commit | 559c89f49c69ee20cff3e5e26ad18a4f620f1e1b (patch) | |
tree | 6bdd20e11ff1beb7f55b569638ed83d73b79311b /lisp/emacs-lisp/backquote.el | |
parent | 5ab146cf60392c84aff732a4c422cecfef7039d4 (diff) | |
download | emacs-559c89f49c69ee20cff3e5e26ad18a4f620f1e1b.tar.gz emacs-559c89f49c69ee20cff3e5e26ad18a4f620f1e1b.tar.bz2 emacs-559c89f49c69ee20cff3e5e26ad18a4f620f1e1b.zip |
* lisp/emacs-lisp/backquote.el: Use lexical binding.
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r-- | lisp/emacs-lisp/backquote.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el index 8567a3a44f3..5413022e341 100644 --- a/lisp/emacs-lisp/backquote.el +++ b/lisp/emacs-lisp/backquote.el @@ -1,4 +1,4 @@ -;;; backquote.el --- implement the ` Lisp construct +;;; backquote.el --- implement the ` Lisp construct -*- lexical-binding: t -*- ;; Copyright (C) 1990, 1992, 1994, 2001-2020 Free Software Foundation, ;; Inc. |