From ba3e2b80c04440c6a258b647a583d0a0afeabf83 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 10 Sep 2020 18:55:54 +0200 Subject: [PATCH] * test/lisp/org/org-tests.el: Use lexical-binding. --- test/lisp/org/org-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/org/org-tests.el b/test/lisp/org/org-tests.el index 918d79b8dcd..6e91dd28649 100644 --- a/test/lisp/org/org-tests.el +++ b/test/lisp/org/org-tests.el @@ -1,4 +1,4 @@ -;;; org-tests.el --- tests for org/org.el +;;; org-tests.el --- tests for org/org.el -*- lexical-binding:t -*- ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. -- 2.39.5