From: Stefan Kangas Date: Sun, 18 Oct 2020 00:09:27 +0000 (+0200) Subject: * lisp/progmodes/ld-script.el: Use lexical-binding. X-Git-Tag: emacs-28.0.90~5565 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f287fb45f574604f4e5cce1031cc6b73ddcccc3d;p=emacs.git * lisp/progmodes/ld-script.el: Use lexical-binding. --- diff --git a/lisp/progmodes/ld-script.el b/lisp/progmodes/ld-script.el index 442c2309777..b17f255ba6a 100644 --- a/lisp/progmodes/ld-script.el +++ b/lisp/progmodes/ld-script.el @@ -1,4 +1,4 @@ -;;; ld-script.el --- GNU linker script editing mode for Emacs +;;; ld-script.el --- GNU linker script editing mode for Emacs -*- lexical-binding:t -*- ;; Copyright (C) 2001-2020 Free Software Foundation, Inc.