aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-12-11 21:37:41 -0500
committerKyle Meyer <kyle@kyleam.com>2023-12-11 21:37:41 -0500
commitafb7518eb34b7dd8cb92e26048d85e32960fbd7f (patch)
tree5dfa87e9b52f83500030e90d266a9b48d37950c2
parentf8320c90d3fe2a0edef0be59cf3d505482f5c383 (diff)
downloadorg-link-edit-afb7518eb34b7dd8cb92e26048d85e32960fbd7f.tar.gz
test-org-link-edit.el: Enable lexical binding
-rw-r--r--test-org-link-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-org-link-edit.el b/test-org-link-edit.el
index 27f864b..422199c 100644
--- a/test-org-link-edit.el
+++ b/test-org-link-edit.el
@@ -1,4 +1,4 @@
-;;; test-org-link-edit.el --- Tests for org-link-edit.el
+;;; test-org-link-edit.el --- Tests for org-link-edit.el -*- lexical-binding: t; -*-
;; Copyright (C) 2015-2020 Kyle Meyer <kyle@kyleam.com>