changeset 36603:24397e66d5d9

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 06 Mar 2001 22:12:13 +0000
parents 4bcc2745d610
children 9a50e930a703
files lisp/ChangeLog
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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