diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2021-12-10 23:03:15 -0800 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2021-12-10 23:03:15 -0800 |
| commit | 2afbde902742b1aa64daa31a635ba564f14b35ae (patch) | |
| tree | f22d5ae7c223729213f030d36eedd59f8da93a60 /test | |
| parent | dd806b8f04bcaca725a481b0b4a9bda384e570a6 (diff) | |
Use lexical-binding in tests and fix crash exposed0.19
argdesc in byte-code function objects may be an integer rather than a
list, so handle that case gracefully.
Diffstat (limited to 'test')
| -rw-r--r-- | test/helpful-unit-test.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/helpful-unit-test.el b/test/helpful-unit-test.el index 4e87efe..a07aa8e 100644 --- a/test/helpful-unit-test.el +++ b/test/helpful-unit-test.el @@ -1,3 +1,5 @@ +;;; helpful-unit-test.el -*- lexical-binding: t; -*- + (require 'ert) (require 'edebug) (require 'helpful) |
