summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2017-07-29 11:01:57 -0400
committerMark Oteiza <mvoteiza@udel.edu>2017-07-29 11:01:57 -0400
commitd7825cb09eae438a83ed2f5b3e0715523d4ed5b7 (patch)
tree9c3b312bc8408311024fb4e601301f871397b06a
parent47cecf350d6add5ab2a20a389b63a011c84cbc1b (diff)
downloademacs-d7825cb09eae438a83ed2f5b3e0715523d4ed5b7.tar.gz
emacs-d7825cb09eae438a83ed2f5b3e0715523d4ed5b7.tar.bz2
emacs-d7825cb09eae438a83ed2f5b3e0715523d4ed5b7.zip
* lisp/kmacro.el: Use lexical binding.
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 472972e3edb..2db8061fa4a 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -1,4 +1,4 @@
-;;; kmacro.el --- enhanced keyboard macros
+;;; kmacro.el --- enhanced keyboard macros -*- lexical-binding: t -*-
;; Copyright (C) 2002-2017 Free Software Foundation, Inc.