Skip to content

Commit 6e61db2

Browse files
committed
ensure cl-lib is loaded for jest diff tools
1 parent cb2c67a commit 6e61db2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testsuite/scripts/test-diff.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
;;; Copyright (c) 2024 The MathJax Consortium
66

77
(require 'ediff)
8+
(require 'cl-lib)
89

910
;;; Jest Tests
1011
;;; ==========

0 commit comments

Comments
 (0)