aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ld-script.el
diff options
context:
space:
mode:
authorStefan Kangas2020-10-18 02:09:27 +0200
committerStefan Kangas2020-10-18 02:27:29 +0200
commitf287fb45f574604f4e5cce1031cc6b73ddcccc3d (patch)
tree26cb3cae3bd276096107a263533f234fffea48be /lisp/progmodes/ld-script.el
parent073e72e484ac1892f41b054182ab0d335bdb0d15 (diff)
downloademacs-f287fb45f574604f4e5cce1031cc6b73ddcccc3d.tar.gz
emacs-f287fb45f574604f4e5cce1031cc6b73ddcccc3d.zip
* lisp/progmodes/ld-script.el: Use lexical-binding.
Diffstat (limited to 'lisp/progmodes/ld-script.el')
-rw-r--r--lisp/progmodes/ld-script.el2
1 files changed, 1 insertions, 1 deletions
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 @@
1;;; ld-script.el --- GNU linker script editing mode for Emacs 1;;; ld-script.el --- GNU linker script editing mode for Emacs -*- lexical-binding:t -*-
2 2
3;; Copyright (C) 2001-2020 Free Software Foundation, Inc. 3;; Copyright (C) 2001-2020 Free Software Foundation, Inc.
4 4