From: Stefan Kangas Date: Thu, 10 Sep 2020 16:55:54 +0000 (+0200) Subject: * test/lisp/org/org-tests.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~6147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba3e2b80c04440c6a258b647a583d0a0afeabf83;p=emacs.git * test/lisp/org/org-tests.el: Use lexical-binding. --- 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.