summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/backquote.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-10-15 18:44:39 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2020-10-16 14:03:57 +0200
commit559c89f49c69ee20cff3e5e26ad18a4f620f1e1b (patch)
tree6bdd20e11ff1beb7f55b569638ed83d73b79311b /lisp/emacs-lisp/backquote.el
parent5ab146cf60392c84aff732a4c422cecfef7039d4 (diff)
downloademacs-559c89f49c69ee20cff3e5e26ad18a4f620f1e1b.tar.gz
* lisp/emacs-lisp/backquote.el: Use lexical binding.
Diffstat (limited to 'lisp/emacs-lisp/backquote.el')
-rw-r--r--lisp/emacs-lisp/backquote.el2
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.