emacs-diffs
[Top][All Lists]
Advanced

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

master 2072819 1/2: Use lexical-binding in mixal-mode.el


From: Stefan Kangas
Subject: master 2072819 1/2: Use lexical-binding in mixal-mode.el
Date: Sat, 17 Oct 2020 18:52:13 -0400 (EDT)

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

    Use lexical-binding in mixal-mode.el
    
    * lisp/progmodes/mixal-mode.el: Use lexical-binding.  (Bug#44037)
---
 lisp/progmodes/mixal-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/mixal-mode.el b/lisp/progmodes/mixal-mode.el
index 9354af2..42d34e7 100644
--- a/lisp/progmodes/mixal-mode.el
+++ b/lisp/progmodes/mixal-mode.el
@@ -1,4 +1,4 @@
-;;; mixal-mode.el --- Major mode for the mix asm language.
+;;; mixal-mode.el --- Major mode for the mix asm language.  -*- 
lexical-binding:t -*-
 
 ;; Copyright (C) 2003-2020 Free Software Foundation, Inc.
 



reply via email to

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