diff options
author | Taylor R Campbell <campbell@paredit.org> | 2024-11-03 20:42:30 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@paredit.org> | 2024-11-03 20:43:13 +0000 |
commit | 2879e163380b760eda380dade91b0b7d78ae551f (patch) | |
tree | c91f20ffe4a66a8cc7dc4d96d7f07230e7b427e4 /test.el | |
parent | 037b9b8acbca75151f133b6c0f7f3ff97d9042e5 (diff) |
paredit.el: Enable lexical binding.
Diffstat (limited to 'test.el')
-rw-r--r-- | test.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -;;; -*- Mode: Emacs-Lisp -*- +;;; -*- Mode: Emacs-Lisp; lexical-binding: t -*- ;;; Rudimentary, kludgey test suite for paredit -- work in progress! |