comparison lisp/emulation/viper.el @ 19909:c62c4684f0b7

(viper-non-vi-major-modes): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:16:55 +0000
parents ad407da635c4
children 9bc6a4017c8c
comparison
equal deleted inserted replaced
19908:3a37d4348914 19909:c62c4684f0b7
366 '(custom-mode dired-mode efs-mode internal-ange-ftp-mode tar-mode 366 '(custom-mode dired-mode efs-mode internal-ange-ftp-mode tar-mode
367 mh-folder-mode gnus-group-mode gnus-summary-mode Info-mode 367 mh-folder-mode gnus-group-mode gnus-summary-mode Info-mode
368 Buffer-menu-mode view-mode vm-mode vm-summary-mode) 368 Buffer-menu-mode view-mode vm-mode vm-summary-mode)
369 "*A list of major modes that should never come up in Vi command mode. 369 "*A list of major modes that should never come up in Vi command mode.
370 Viper automatically augments this list with some obvious modes, such as 370 Viper automatically augments this list with some obvious modes, such as
371 `dired-mode', `tar-mode', etc. So, don't put modes on this list, unless 371 `dired-mode', `tar-mode', etc. So, don't put a mode on this list, unless
372 it comes up in a wrong Viper state." 372 it comes up in a wrong Viper state."
373 :type 'list 373 :type '(repeat symbol)
374 :group 'viper) 374 :group 'viper)
375 375
376 376
377 377
378 378