summaryrefslogtreecommitdiff
path: root/test.el
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@paredit.org>2024-11-03 20:42:30 +0000
committerTaylor R Campbell <campbell@paredit.org>2024-11-03 20:43:13 +0000
commit2879e163380b760eda380dade91b0b7d78ae551f (patch)
treec91f20ffe4a66a8cc7dc4d96d7f07230e7b427e4 /test.el
parent037b9b8acbca75151f133b6c0f7f3ff97d9042e5 (diff)
paredit.el: Enable lexical binding.
Diffstat (limited to 'test.el')
-rw-r--r--test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.el b/test.el
index ca85187..9b8f9a9 100644
--- a/test.el
+++ b/test.el
@@ -1,4 +1,4 @@
-;;; -*- Mode: Emacs-Lisp -*-
+;;; -*- Mode: Emacs-Lisp; lexical-binding: t -*-
;;; Rudimentary, kludgey test suite for paredit -- work in progress!