From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:13:10 +0000 (+0000) Subject: (viper-repeat-from-history-key): Fix customize type. X-Git-Tag: emacs-20.1~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eabbaad87ab30d55dc7d008f9053a0f7a210177e;p=emacs.git (viper-repeat-from-history-key): Fix customize type. --- 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)