diff options
| author | Stefan Kangas | 2020-04-26 00:27:47 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-04-26 00:30:37 +0200 |
| commit | 0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746 (patch) | |
| tree | 1a6b843911021ca5cef58b4305b1b7fc166098ad /lisp | |
| parent | eb65ac526c9dd350b8a6548f2f453a550dac5821 (diff) | |
| download | emacs-0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746.tar.gz emacs-0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746.zip | |
Use lexical-binding in misc.el and add tests
* lisp/misc.el: Use lexical-binding.
* test/lisp/misc-tests.el: New file.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/misc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/misc.el b/lisp/misc.el index 3a0989bcab4..8c39492784b 100644 --- a/lisp/misc.el +++ b/lisp/misc.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; misc.el --- some nonstandard editing and utility commands for Emacs | 1 | ;;; misc.el --- some nonstandard editing and utility commands for Emacs -*- lexical-binding:t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 2001-2020 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 2001-2020 Free Software Foundation, Inc. |
| 4 | 4 | ||