# HG changeset patch # User Stefan Monnier # Date 1053211093 0 # Node ID cd2cb7e0cc7e6a82b38a11728508db5cae970074 # Parent 964b7868500fc44e2491d553f8af6c2c57e53af2 (perl-tab-always-indent): Default to tab-always-indent. (perl-end-of-function): Remove unsed var `npos'. diff -r 964b7868500f -r cd2cb7e0cc7e lisp/progmodes/perl-mode.el --- a/lisp/progmodes/perl-mode.el Sat May 17 22:21:36 2003 +0000 +++ b/lisp/progmodes/perl-mode.el Sat May 17 22:38:13 2003 +0000 @@ -1,6 +1,6 @@ ;;; perl-mode.el --- Perl code editing commands for GNU Emacs -;; Copyright (C) 1990, 1994 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1994, 2003 Free Software Foundation, Inc. ;; Author: William F. Mann ;; Maintainer: FSF @@ -257,6 +257,7 @@ ("\\$ ?{?^?[_a-zA-Z][_a-zA-Z0-9]*\\('\\)[_a-zA-Z]" (1 "_")) ;; format statements ("^[ \t]*format.*=[ \t]*\\(\n\\)" (1 '(7))) + ;; TODO: here-documents ("<<\\(\\sw\\|['\"]\\)") ;; Funny things in sub arg specifications like `sub myfunc ($$)' ("\\ arg 0) (< (point) (point-max))) - (let ((pos (point)) npos) + (let ((pos (point))) (while (progn (if (and first (progn