diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-01 19:55:32 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-01 19:55:32 +0200 |
commit | 33f00364cf86d90c37b958ee4676ea7f581fff99 (patch) | |
tree | fab9eee54bfd743d6af10ac7e3f4197ebeaa0cd6 /lisp/progmodes/executable.el | |
parent | 4a538c4861370d629920b66a7cdcbb78ecb13830 (diff) | |
download | emacs-33f00364cf86d90c37b958ee4676ea7f581fff99.tar.gz |
Use lexical-binding in executable.el and add tests
* lisp/progmodes/executable.el: Use lexical-binding.
* test/lisp/progmodes/executable-tests.el: New file.
Diffstat (limited to 'lisp/progmodes/executable.el')
-rw-r--r-- | lisp/progmodes/executable.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 85e9b4bb882..0d8b09c33c1 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -1,4 +1,4 @@ -;;; executable.el --- base functionality for executable interpreter scripts +;;; executable.el --- base functionality for executable interpreter scripts -*- lexical-binding: t -*- ;; Copyright (C) 1994-1996, 2000-2021 Free Software Foundation, Inc. |