From 218d6445e5285a29c782c6afd69483890edc869f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 2 Oct 1997 02:57:01 +0000 Subject: [PATCH] (echo-keystrokes): Fix customize type. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cus-start.el b/lisp/cus-start.el index efa46c37bda..ef8366b55fd 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -113,7 +113,7 @@ (auto-save-interval auto-save integer) (auto-save-timeout auto-save (choice (const :tag "off" nil) (integer :format "%v"))) - (echo-keystrokes minibuffer boolean) + (echo-keystrokes minibuffer integer) (polling-period keyboard integer) (double-click-time mouse (restricted-sexp :match-alternatives (integerp 'nil 't))) -- 2.39.2