diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 02:06:03 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-05-13 02:06:03 +0200 |
commit | e420910eb62a635ce98e7e7abf583d0cec39f3c7 (patch) | |
tree | 01eec445d08b7f7d235cc2e302de5875812be78d /lisp/play | |
parent | 60c9a534291c21cc1f9ebe9dcbe325c91e1d7fc2 (diff) | |
download | emacs-e420910eb62a635ce98e7e7abf583d0cec39f3c7.tar.gz emacs-e420910eb62a635ce98e7e7abf583d0cec39f3c7.tar.bz2 emacs-e420910eb62a635ce98e7e7abf583d0cec39f3c7.zip |
Use lexical-binding in animate.el and add tests
* lisp/play/animate.el: Use lexical-binding.
* test/lisp/play/animate-tests.el: New file.
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/animate.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/animate.el b/lisp/play/animate.el index ff464b68049..56c3e350e29 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -1,4 +1,4 @@ -;;; animate.el --- make text dance +;;; animate.el --- make text dance -*- lexical-binding:t -*- ;; Copyright (C) 2001-2020 Free Software Foundation, Inc. |