emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 559c89f: * lisp/emacs-lisp/backquote.el: Use lexical binding.


From: Mattias Engdegård
Subject: master 559c89f: * lisp/emacs-lisp/backquote.el: Use lexical binding.
Date: Fri, 16 Oct 2020 08:50:45 -0400 (EDT)

branch: master
commit 559c89f49c69ee20cff3e5e26ad18a4f620f1e1b
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * 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 8567a3a..5413022 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]