From 020a334992b17a4dd72053c9c7f7d5c125340c54 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 29 Oct 2020 19:20:47 +0100 Subject: [PATCH] * lisp/reposition.el: Use lexical-binding. --- lisp/reposition.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5