diff options
| author | Stefan Kangas | 2020-04-28 23:35:00 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-28 23:35:52 +0200 |
| commit | e309b329bb42fdf65a1ca0792859d099d04010da (patch) | |
| tree | 0f2693c7ece04734a84eba292f1396ca1040c59c /lisp | |
| parent | 8aca659bd14602c770d02902817fbedf78cadab7 (diff) | |
| download | emacs-e309b329bb42fdf65a1ca0792859d099d04010da.tar.gz emacs-e309b329bb42fdf65a1ca0792859d099d04010da.zip | |
Use lexical-binding in version.el and add tests
* lisp/version.el: Use lexical-binding.
* test/lisp/version-tests.el: New file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/version.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/version.el b/lisp/version.el index 012cb2175ee..046b4a2ded5 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; version.el --- record version number of Emacs | 1 | ;;; version.el --- record version number of Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1992, 1994-1995, 1999-2020 Free Software | 3 | ;; Copyright (C) 1985, 1992, 1994-1995, 1999-2020 Free Software |
| 4 | ;; Foundation, Inc. | 4 | ;; Foundation, Inc. |