From 8f0f8516501e64348994334cdab8b211f1cfd731 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 19 Apr 2020 02:32:36 +0200 Subject: [PATCH] * lisp/autoarg.el: Use lexical binding. --- lisp/autoarg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/autoarg.el b/lisp/autoarg.el index c0307aa92b1..eba7a187faf 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el @@ -1,4 +1,4 @@ -;;; autoarg.el --- make digit keys supply prefix args +;;; autoarg.el --- make digit keys supply prefix args -*- lexical-binding: t -*- ;; Copyright (C) 1998, 2000-2020 Free Software Foundation, Inc. -- 2.39.2