diff options
| author | Stefan Kangas | 2021-01-28 21:45:26 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-01-28 21:57:51 +0100 |
| commit | a50fe43337eef4b287784527f33cceab4f9ab30c (patch) | |
| tree | 942a25f563df812e7d5bf1bbfdf8b5cfd939f961 | |
| parent | ae7fe263b28cc87f5d8c8770b7d321ff436a12bb (diff) | |
| download | emacs-a50fe43337eef4b287784527f33cceab4f9ab30c.tar.gz emacs-a50fe43337eef4b287784527f33cceab4f9ab30c.zip | |
* lisp/progmodes/bat-mode.el: Use lexical-binding.
| -rw-r--r-- | lisp/progmodes/bat-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/bat-mode.el b/lisp/progmodes/bat-mode.el index 44295c3f679..7ba8a69775e 100644 --- a/lisp/progmodes/bat-mode.el +++ b/lisp/progmodes/bat-mode.el | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | ;;; bat-mode.el --- Major mode for editing DOS/Windows scripts | 1 | ;;; bat-mode.el --- Major mode for editing DOS/Windows scripts -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003, 2008-2021 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003, 2008-2021 Free Software Foundation, Inc. |
| 4 | 4 | ||