From 20728195b6db9867ca5e79a7691520ff8be07ec3 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 17 Oct 2020 15:52:01 +0200 Subject: [PATCH] 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 9354af20853..42d34e75a50 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. -- 2.39.2