From: Stefan Kangas Date: Sat, 17 Oct 2020 13:52:01 +0000 (+0200) Subject: Use lexical-binding in mixal-mode.el X-Git-Tag: emacs-28.0.90~5568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=20728195b6db9867ca5e79a7691520ff8be07ec3;p=emacs.git Use lexical-binding in mixal-mode.el * lisp/progmodes/mixal-mode.el: Use lexical-binding. (Bug#44037) --- 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.