summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-05-13 02:06:03 +0200
committerStefan Kangas <stefankangas@gmail.com>2020-05-13 02:06:03 +0200
commite420910eb62a635ce98e7e7abf583d0cec39f3c7 (patch)
tree01eec445d08b7f7d235cc2e302de5875812be78d /lisp/play
parent60c9a534291c21cc1f9ebe9dcbe325c91e1d7fc2 (diff)
downloademacs-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.el2
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.