From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:16:55 +0000 (+0000) Subject: (viper-non-vi-major-modes): Fix customize type. X-Git-Tag: emacs-20.1~39 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=085d66980f7e60c9a658280d3f3e30f2d5d57b29;p=emacs.git (viper-non-vi-major-modes): Fix customize type. --- diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 3c43a2de875..699319b8c6f 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)