emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master a50fe43 2/3: * lisp/progmodes/bat-mode.el: Use lexical-binding.


From: Stefan Kangas
Subject: master a50fe43 2/3: * lisp/progmodes/bat-mode.el: Use lexical-binding.
Date: Thu, 28 Jan 2021 16:08:45 -0500 (EST)

branch: master
commit a50fe43337eef4b287784527f33cceab4f9ab30c
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * lisp/progmodes/bat-mode.el: Use lexical-binding.
---
 lisp/progmodes/bat-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/bat-mode.el b/lisp/progmodes/bat-mode.el
index 44295c3..7ba8a69 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]