diff options
| author | Stefan Kangas | 2020-09-10 18:55:54 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-09-10 19:32:53 +0200 |
| commit | ba3e2b80c04440c6a258b647a583d0a0afeabf83 (patch) | |
| tree | d3bfc34094d19dc7af4ba0c5504a8df359a85211 /test/lisp/org | |
| parent | d32cf354b0c82d9ea7e0a538f7baaae89e8d32cb (diff) | |
| download | emacs-ba3e2b80c04440c6a258b647a583d0a0afeabf83.tar.gz emacs-ba3e2b80c04440c6a258b647a583d0a0afeabf83.zip | |
* test/lisp/org/org-tests.el: Use lexical-binding.
Diffstat (limited to 'test/lisp/org')
| -rw-r--r-- | test/lisp/org/org-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | ;;; org-tests.el --- tests for org/org.el | 1 | ;;; org-tests.el --- tests for org/org.el -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2018-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||