From cf11fac1eba8076434de345603c380c3e6894fb0 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 28 Apr 2019 16:49:13 +0200 Subject: [PATCH] * test/src/emacs-module-tests.el: Switch to lexical binding. --- test/src/emacs-module-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 173b63670fc..40afd76259c 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el @@ -1,4 +1,4 @@ -;;; Test GNU Emacs modules. +;;; Test GNU Emacs modules. -*- lexical-binding: t; -*- ;; Copyright 2015-2019 Free Software Foundation, Inc. -- 2.39.2