diff options
| author | Stefan Monnier | 2001-03-06 23:54:13 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-03-06 23:54:13 +0000 |
| commit | 04af43bcfcca82a651f960afdf5b62672e88c9c9 (patch) | |
| tree | 14ef78981afa7d1437b23bd22e7f07a1533eeb4c | |
| parent | d530d358fd4af842a07d4d4755d3f4f4c72b1ca5 (diff) | |
| download | emacs-04af43bcfcca82a651f960afdf5b62672e88c9c9.tar.gz emacs-04af43bcfcca82a651f960afdf5b62672e88c9c9.zip | |
(viper-vi-state-mode-list): Add cperl-mode.
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | lisp/emulation/viper.el | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a113e892e0e..2ac737d96d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2001-03-06 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-03-06 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 2 | ||
| 3 | * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode. | ||
| 4 | |||
| 5 | * which-func.el (which-func-modes): Add cperl-mode. | ||
| 6 | (which-func-mode-global): Use define-minor-mode. | ||
| 7 | |||
| 8 | * info-look.el: Docstring fixes and dead code eliminated. | ||
| 9 | (cperl-mode): Add support. | ||
| 10 | (emacs-lisp-mode): List all entries from elisp manual, whether | ||
| 11 | or not they are currently (f)bound or not. Update regexp. | ||
| 12 | |||
| 13 | * add-log.el (add-log-current-defun): Accept `cperl-mode' as well. | ||
| 14 | |||
| 3 | * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode | 15 | * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode |
| 4 | so that C-h m shows the correct information. | 16 | so that C-h m shows the correct information. |
| 5 | Use make-local-variable rather than make-variable-buffer-local. | 17 | 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." | |||
| 402 | completion-list-mode | 402 | completion-list-mode |
| 403 | diff-mode | 403 | diff-mode |
| 404 | 404 | ||
| 405 | perl-mode | 405 | perl-mode cperl-mode |
| 406 | javascript-mode | 406 | javascript-mode |
| 407 | tcl-mode | 407 | tcl-mode |
| 408 | python-mode | 408 | python-mode |