projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ab146c
)
* lisp/emacs-lisp/backquote.el: Use lexical binding.
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 15 Oct 2020 16:44:39 +0000
(18:44 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 16 Oct 2020 12:03:57 +0000
(14:03 +0200)
lisp/emacs-lisp/backquote.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/backquote.el
b/lisp/emacs-lisp/backquote.el
index 8567a3a44f37ec05400bcc06594c04f99b210ddb..5413022e3414b22ef36726b3d39094b2715b6df4 100644
(file)
--- 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.