Mercurial > hg > xemacs-beta
comparison lisp/modes/perl-mode.el @ 12:bcdc7deadc19 r19-15b7
Import from CVS: tag r19-15b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:48:16 +0200 |
parents | 376386a54a3c |
children | 0293115a14e9 |
comparison
equal
deleted
inserted
replaced
11:91ffe8bd52e4 | 12:bcdc7deadc19 |
---|---|
705 (perl-end-of-function) | 705 (perl-end-of-function) |
706 (push-mark (point)) | 706 (push-mark (point)) |
707 (perl-beginning-of-function) | 707 (perl-beginning-of-function) |
708 (backward-paragraph)) | 708 (backward-paragraph)) |
709 | 709 |
710 ;;;;;;;; That's all, folks! ;;;;;;;;; | 710 (provide 'perl-mode) |
711 | |
712 ;;; perl-mode.el ends here |