From 2ec600035209e88f41c5b025d619641eda0cb823 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Sat, 7 May 2011 22:04:57 +0000 Subject: Fix error message in `paredit-test'. Ignore-this: 1dd56a52c3ba0452311def32fe65f5b9 darcs-hash:20110507220457-00fcc-efe7d18976fed07781293d36507f9abc004a02ca --- test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.el b/test.el index c21e5f0..f9a76f1 100644 --- a/test.el +++ b/test.el @@ -54,7 +54,7 @@ Four arguments: the paredit command, the text of the buffer (call-interactively command) (insert ?\|) (not (string= expected (buffer-string)))) - (t (error "Bad test expectation:" expected))) + (t (error "Bad test expectation: %S" expected))) (paredit-test-failed command before (buffer-string) expected))) (setq before expected))))) -- cgit v1.2.1