From 559c89f49c69ee20cff3e5e26ad18a4f620f1e1b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 15 Oct 2020 18:44:39 +0200 Subject: [PATCH] * lisp/emacs-lisp/backquote.el: Use lexical binding. --- lisp/emacs-lisp/backquote.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2