From: Stefan Monnier Date: Tue, 6 Mar 2001 23:54:13 +0000 (+0000) Subject: (viper-vi-state-mode-list): Add cperl-mode. X-Git-Tag: emacs-pretest-21.0.100~166 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04af43bcfcca82a651f960afdf5b62672e88c9c9;p=emacs.git (viper-vi-state-mode-list): Add cperl-mode. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a113e892e0e..2ac737d96d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,17 @@ 2001-03-06 Stefan Monnier + * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode. + + * which-func.el (which-func-modes): Add cperl-mode. + (which-func-mode-global): Use define-minor-mode. + + * info-look.el: Docstring fixes and dead code eliminated. + (cperl-mode): Add support. + (emacs-lisp-mode): List all entries from elisp manual, whether + or not they are currently (f)bound or not. Update regexp. + + * add-log.el (add-log-current-defun): Accept `cperl-mode' as well. + * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode so that C-h m shows the correct information. Use make-local-variable rather than make-variable-buffer-local. 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