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.
This commit is contained in:
Stefan Kangas 2020-04-29 00:11:56 +02:00
parent f998e6297d
commit c8115e88f1
2 changed files with 34 additions and 1 deletions

View file

@ -1,4 +1,4 @@
;;; float-sup.el --- define some constants useful for floating point numbers.
;;; float-sup.el --- define some constants useful for floating point numbers. -*- lexical-binding:t -*-
;; Copyright (C) 1985-1987, 2001-2020 Free Software Foundation, Inc.