Skip to content

Commit

Permalink
Add missing (require 'ert) for ert-deftest
Browse files Browse the repository at this point in the history
Although the ert-deftest macro is autoloaded, the ert-set-test
function used in its expansion is not, leading to ‘Lisp
error: (void-function ert-set-test)’.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk committed Sep 16, 2024
1 parent 671ef62 commit 7a1fe4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs/merlin-cap.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

;;; Code:

(require 'ert)
(require 'merlin)
(require 'subr-x)

Expand Down

0 comments on commit 7a1fe4d

Please sign in to comment.