summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-10-18 02:09:27 +0200
committerStefan Kangas <stefan@marxist.se>2020-10-18 02:27:29 +0200
commitf287fb45f574604f4e5cce1031cc6b73ddcccc3d (patch)
tree26cb3cae3bd276096107a263533f234fffea48be
parent073e72e484ac1892f41b054182ab0d335bdb0d15 (diff)
downloademacs-f287fb45f574604f4e5cce1031cc6b73ddcccc3d.tar.gz
* lisp/progmodes/ld-script.el: Use lexical-binding.
-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 @@
-;;; 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.