summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-29 19:20:47 +0100
committerStefan Kangas <stefan@marxist.se>2020-10-29 19:21:15 +0100
commit020a334992b17a4dd72053c9c7f7d5c125340c54 (patch)
tree58ede26f46b1d71af32e4392c9f47c6755f39f72
parent7b02d9ba480cdd5710b0cdfefc11facd96b44444 (diff)
downloademacs-020a334992b17a4dd72053c9c7f7d5c125340c54.tar.gz
* lisp/reposition.el: Use lexical-binding.
-rw-r--r--lisp/reposition.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/reposition.el b/lisp/reposition.el
index 4788e6ee81e..7561cc4c5f3 100644
--- a/lisp/reposition.el
+++ b/lisp/reposition.el
@@ -1,4 +1,4 @@
-;;; reposition.el --- center a Lisp function or comment on the screen
+;;; reposition.el --- center a Lisp function or comment on the screen -*- lexical-binding: t -*-
;; Copyright (C) 1991, 1994, 2001-2020 Free Software Foundation, Inc.