>From 721683d1f83b342504f25cc6fcb7363509f1c464 Mon Sep 17 00:00:00 2001 From: gazally Date: Mon, 17 Oct 2016 15:57:43 -0700 Subject: [PATCH] Fix the Edebug spec for ert-with-test-buffer --- lisp/emacs-lisp/ert-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el index 2a2418f..16ba560 100644 --- a/lisp/emacs-lisp/ert-x.el +++ b/lisp/emacs-lisp/ert-x.el @@ -97,7 +97,7 @@ ert--call-with-test-buffer buffer is killed; if there is an error, the test buffer is kept around on error for further inspection. Its name is derived from the name of the test and the result of NAME-FORM." - (declare (debug ((form) body)) + (declare (debug ((":name" form) body)) (indent 1)) `(ert--call-with-test-buffer ,name-form (lambda () ,@body))) -- 2.10.1