# HG changeset patch # User Richard M. Stallman # Date 874131190 0 # Node ID 819a01a83872a3ff6e67c7e3cee680caca118531 # Parent 9a24e495d968794bdaa7d4f65b0dcf1ea57839b2 (viper-repeat-from-history-key): Fix customize type. diff -r 9a24e495d968 -r 819a01a83872 lisp/emulation/viper-macs.el --- a/lisp/emulation/viper-macs.el Sat Sep 13 06:12:13 1997 +0000 +++ b/lisp/emulation/viper-macs.el Sat Sep 13 06:13:10 1997 +0000 @@ -81,7 +81,7 @@ 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)