summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-01-28 21:45:26 +0100
committerStefan Kangas <stefan@marxist.se>2021-01-28 21:57:51 +0100
commita50fe43337eef4b287784527f33cceab4f9ab30c (patch)
tree942a25f563df812e7d5bf1bbfdf8b5cfd939f961
parentae7fe263b28cc87f5d8c8770b7d321ff436a12bb (diff)
downloademacs-a50fe43337eef4b287784527f33cceab4f9ab30c.tar.gz
* lisp/progmodes/bat-mode.el: Use lexical-binding.
-rw-r--r--lisp/progmodes/bat-mode.el2
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 @@
-;;; bat-mode.el --- Major mode for editing DOS/Windows scripts
+;;; bat-mode.el --- Major mode for editing DOS/Windows scripts -*- lexical-binding: t -*-
;; Copyright (C) 2003, 2008-2021 Free Software Foundation, Inc.