Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.66 
emacs/lisp/progmodes/cperl-mode.el:1.67
*** emacs/lisp/progmodes/cperl-mode.el:1.66     Fri Jun 10 14:14:37 2005
--- emacs/lisp/progmodes/cperl-mode.el  Sun Jun 12 23:04:41 2005
***************
*** 1481,1487 ****
    (make-local-variable 'comment-start-skip)
    (setq comment-start-skip "#+ *")
    (make-local-variable 'defun-prompt-regexp)
!   (setq defun-prompt-regexp "^[ \t]*sub[ \t\n]+\\([^ \t\n{(;]+\\)\\([ 
\t\n]*([^()]*)[ \t\n]*\\)?[ \t\n]*)")
    (make-local-variable 'comment-indent-function)
    (setq comment-indent-function 'cperl-comment-indent)
    (make-local-variable 'parse-sexp-ignore-comments)
--- 1481,1487 ----
    (make-local-variable 'comment-start-skip)
    (setq comment-start-skip "#+ *")
    (make-local-variable 'defun-prompt-regexp)
!   (setq defun-prompt-regexp "^[ \t]*sub[ \t\n]+\\([^ \t\n{(;]+\\)\\([ 
\t\n]*([^()]*)[ \t\n]*\\)?[ \t\n]*")
    (make-local-variable 'comment-indent-function)
    (setq comment-indent-function 'cperl-comment-indent)
    (make-local-variable 'parse-sexp-ignore-comments)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to