From: Stefan Kangas Date: Thu, 29 Oct 2020 18:20:47 +0000 (+0100) Subject: * lisp/reposition.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~5353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=020a334992b17a4dd72053c9c7f7d5c125340c54;p=emacs.git * lisp/reposition.el: Use lexical-binding. --- 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.