(viper-vi-state-mode-list): Add cperl-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Mar 2001 23:54:13 +0000 (23:54 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Mar 2001 23:54:13 +0000 (23:54 +0000)
lisp/ChangeLog
lisp/emulation/viper.el

index a113e89..2ac737d 100644 (file)
@@ -1,5 +1,17 @@
 2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * 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.
index 730deb4..63dd500 100644 (file)
@@ -402,7 +402,7 @@ widget."
     completion-list-mode
     diff-mode
     
-    perl-mode
+    perl-mode cperl-mode
     javascript-mode
     tcl-mode
     python-mode