# HG changeset patch # User Stefan Monnier # Date 983916733 0 # Node ID 24397e66d5d9f7b2ffb0fbd4939fec9181167b79 # Parent 4bcc2745d610cb33faaaa55a97c480511f02213e *** empty log message *** diff -r 4bcc2745d610 -r 24397e66d5d9 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 06 21:55:33 2001 +0000 +++ b/lisp/ChangeLog Tue Mar 06 22:12:13 2001 +0000 @@ -1,3 +1,18 @@ +2001-03-06 Stefan Monnier + + * 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 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if