From 0e2cd5f5ab8e3e870fde7c70cbc75fdd2b405746 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 26 Apr 2020 00:27:47 +0200 Subject: Use lexical-binding in misc.el and add tests * lisp/misc.el: Use lexical-binding. * test/lisp/misc-tests.el: New file. --- lisp/misc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/misc.el') 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. -- cgit v1.2.3