From: Mattias EngdegÄrd Date: Thu, 15 Oct 2020 16:44:39 +0000 (+0200) Subject: * lisp/emacs-lisp/backquote.el: Use lexical binding. X-Git-Tag: emacs-28.0.90~5604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=559c89f49c69ee20cff3e5e26ad18a4f620f1e1b;p=emacs.git * lisp/emacs-lisp/backquote.el: Use lexical binding. --- 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.