comparison lisp/modes/perl-mode.el @ 78:c7528f8e288d r20-0b34

Import from CVS: tag r20-0b34
author cvs
date Mon, 13 Aug 2007 09:05:42 +0200
parents 131b0175ea99
children 360340f9fd5f
comparison
equal deleted inserted replaced
77:6cb4f478e7bc 78:c7528f8e288d
706 (perl-end-of-function) 706 (perl-end-of-function)
707 (push-mark (point)) 707 (push-mark (point))
708 (perl-beginning-of-function) 708 (perl-beginning-of-function)
709 (backward-paragraph)) 709 (backward-paragraph))
710 710
711 ;;;;;;;; That's all, folks! ;;;;;;;;; 711 (provide 'perl-mode)
712
713 ;;; perl-mode.el ends here