From 27548db1660160c7517e5f11967048494fc0c80c Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Fri, 10 Apr 2020 23:16:03 +0000 Subject: Disable minibuffer message delays in tests. --- test.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test.el') diff --git a/test.el b/test.el index 9b2a056..d4bfb82 100644 --- a/test.el +++ b/test.el @@ -63,7 +63,8 @@ Four arguments: the paredit command, the text of the buffer (scheme-mode) (set (make-local-variable 'indent-tabs-mode) nil) (set (make-local-variable 'comment-column) 40) - (set (make-local-variable 'show-trailing-whitespace) nil)) + (set (make-local-variable 'show-trailing-whitespace) nil) + (set (make-local-variable 'minibuffer-message-timeout) 0)) (paredit-do-commands (spec keys command examples) nil ;string case -- cgit v1.2.1