diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-03-06 23:54:13 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-03-06 23:54:13 +0000 |
commit | 04af43bcfcca82a651f960afdf5b62672e88c9c9 (patch) | |
tree | 14ef78981afa7d1437b23bd22e7f07a1533eeb4c /lisp/emulation | |
parent | d530d358fd4af842a07d4d4755d3f4f4c72b1ca5 (diff) | |
download | emacs-04af43bcfcca82a651f960afdf5b62672e88c9c9.tar.gz |
(viper-vi-state-mode-list): Add cperl-mode.
Diffstat (limited to 'lisp/emulation')
-rw-r--r-- | lisp/emulation/viper.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 730deb41fc5..63dd5006577 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -402,7 +402,7 @@ widget." completion-list-mode diff-mode - perl-mode + perl-mode cperl-mode javascript-mode tcl-mode python-mode |