From 085d66980f7e60c9a658280d3f3e30f2d5d57b29 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:16:55 +0000 Subject: (viper-non-vi-major-modes): Fix customize type. --- lisp/emulation/viper.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 3c43a2de87..699319b8c6 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -368,9 +368,9 @@ DO NOT set this variable interactively." Buffer-menu-mode view-mode vm-mode vm-summary-mode) "*A list of major modes that should never come up in Vi command mode. Viper automatically augments this list with some obvious modes, such as -`dired-mode', `tar-mode', etc. So, don't put modes on this list, unless +`dired-mode', `tar-mode', etc. So, don't put a mode on this list, unless it comes up in a wrong Viper state." - :type 'list + :type '(repeat symbol) :group 'viper) -- cgit v1.2.3