diff options
| author | Stefan Kangas | 2019-06-01 18:51:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-06-01 18:52:22 -0700 |
| commit | 4c549ab5d0aa08dbe445bf0f123592cd8f856314 (patch) | |
| tree | 4b98b5c2f3e610bf2a673d048b23081a6890fc59 /lisp/play | |
| parent | 227b3c89f05f22556d49e127f236edc2d3cfc87a (diff) | |
| download | emacs-4c549ab5d0aa08dbe445bf0f123592cd8f856314.tar.gz emacs-4c549ab5d0aa08dbe445bf0f123592cd8f856314.zip | |
Use lexical-binding in morse.el and studly.el and add tests
* lisp/play/morse.el: Use lexical-binding.
* lisp/play/studly.el: Use lexical-binding.
* test/lisp/play/morse-tests.el: New file.
* test/lisp/play/studly-tests.el: New file.
Diffstat (limited to 'lisp/play')
| -rw-r--r-- | lisp/play/morse.el | 2 | ||||
| -rw-r--r-- | lisp/play/studly.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/play/morse.el b/lisp/play/morse.el index 1f62ec3c03c..f4989716556 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; morse.el --- convert text to morse code and back | 1 | ;;; morse.el --- convert text to morse code and back -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1995, 2001-2019 Free Software Foundation, Inc. |
| 4 | 4 | ||
diff --git a/lisp/play/studly.el b/lisp/play/studly.el index ff1bf03e118..c4b32414bd4 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) | 1 | ;;; studly.el --- StudlyCaps (tm)(r)(c)(xxx) -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;;; This is in the public domain, since it was distributed | 3 | ;;; This is in the public domain, since it was distributed |
| 4 | ;;; by its author in 1986 without a copyright notice. | 4 | ;;; by its author in 1986 without a copyright notice. |