diff options
author | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 03:44:51 +0000 |
---|---|---|
committer | Taylor R Campbell <campbell@mumble.net> | 2011-03-23 03:44:51 +0000 |
commit | 8a85899de6168de009ab9536717d8481c65aa681 (patch) | |
tree | 12adb4ef86b67d371f017f19acbb98b6750ab86d | |
parent | 125b8b6efdf2ac3f4e01539eee33d06ed6f4fa68 (diff) |
Omit vestigial debugging message from `paredit-test' in test.el.
Ignore-this: 22e10bc198d7fa5e5e1932b9b31d43c5
darcs-hash:20110323034451-00fcc-76bbe79f1eea197e12566a4837245fc4d9401df0
-rw-r--r-- | test.el | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -45,9 +45,7 @@ Four arguments: the paredit command, the text of the buffer (funcall command) (insert ?\|) (if (not (string= after (buffer-string))) - (progn - (message "Got: %s" (buffer-string)) - (paredit-test-failed command before (buffer-string) after)))) + (paredit-test-failed command before (buffer-string) after))) (setq before after))))) (paredit-do-commands (spec keys command examples) |