diff options
| author | Stefan Kangas | 2020-04-29 00:11:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-29 09:25:02 +0200 |
| commit | c8115e88f180bf33154dcc9de9767bba797af827 (patch) | |
| tree | 0507540df333844702ad92df5b608ee4504b814b /lisp | |
| parent | f998e6297dde6c968f7a9f9a5a959d3533c45f02 (diff) | |
| download | emacs-c8115e88f180bf33154dcc9de9767bba797af827.tar.gz emacs-c8115e88f180bf33154dcc9de9767bba797af827.zip | |
Use lexical-binding in float-sup.el and add tests
* lisp/emacs-lisp/float-sup.el: Use lexical-binding.
* test/lisp/emacs-lisp/float-sup-tests.el: New file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/float-sup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/float-sup.el b/lisp/emacs-lisp/float-sup.el index 50b157b16a4..d92ca5b9337 100644 --- a/lisp/emacs-lisp/float-sup.el +++ b/lisp/emacs-lisp/float-sup.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; float-sup.el --- define some constants useful for floating point numbers. | 1 | ;;; float-sup.el --- define some constants useful for floating point numbers. -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985-1987, 2001-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985-1987, 2001-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||