]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Mar 2001 22:12:13 +0000 (22:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Mar 2001 22:12:13 +0000 (22:12 +0000)
lisp/ChangeLog

index 9c88129639ca3fadc17e71f474fce13c87016914..a113e892e0ed5924a93c6a553d447fa053d0b25c 100644 (file)
@@ -1,3 +1,18 @@
+2001-03-06  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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.
+       (cperl-info-buffer, cperl-setup-tmp-buf):
+       Use make-local-variable rather than make-variable-buffer-local.
+       (cperl-msb-fix, cperl-get-help-defer):
+       Check major-mode for `cperl-mode' as well.
+
+       * progmodes/cperl-mode.el: Updated to author version 4.23.
+       (cperl-electric-pod): SYNOPSIS was misspelled.
+       (cperl-find-pods-heres): @if ? a : b was considered a REx.
+       (cperl-after-expr-p): Make true after __END__.
+
 2001-03-06  Gerd Moellmann  <gerd@gnu.org>
 
        * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if