diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2020-04-26 00:27:47 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2020-04-26 00:30:37 +0200 |
commit | 0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746 (patch) | |
tree | 1a6b843911021ca5cef58b4305b1b7fc166098ad /lisp/misc.el | |
parent | eb65ac526c9dd350b8a6548f2f453a550dac5821 (diff) | |
download | emacs-0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746.tar.gz emacs-0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746.tar.bz2 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/misc.el')
-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 @@ -;;; misc.el --- some nonstandard editing and utility commands for Emacs +;;; misc.el --- some nonstandard editing and utility commands for Emacs -*- lexical-binding:t -*- ;; Copyright (C) 1989, 2001-2020 Free Software Foundation, Inc. |