From eabbaad87ab30d55dc7d008f9053a0f7a210177e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:13:10 +0000 Subject: [PATCH] (viper-repeat-from-history-key): Fix customize type. --- lisp/emulation/viper-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el index 09616fb293a..3b28721f6bf 100644 --- a/lisp/emulation/viper-macs.el +++ b/lisp/emulation/viper-macs.el @@ -81,7 +81,7 @@ before that one is accessible as ` 2'. The notation for these keys is borrowed from XEmacs. Basically, a key is a symbol, e.g., `a', `\\1', `f2', etc., or a list, e.g., `(meta control f1)'." - :type 'key + :type 'sexp :group 'viper)