comparison lisp/modes/sh-script.el @ 197:acd284d43ca1 r20-3b25

Import from CVS: tag r20-3b25
author cvs
date Mon, 13 Aug 2007 10:00:02 +0200
parents 489f57a838ef
children
comparison
equal deleted inserted replaced
196:58e0786448ca 197:acd284d43ca1
1526 "Move point to successive ends of commands." 1526 "Move point to successive ends of commands."
1527 (interactive) 1527 (interactive)
1528 (if (re-search-forward sh-end-of-command nil t) 1528 (if (re-search-forward sh-end-of-command nil t)
1529 (goto-char (match-end 1)))) 1529 (goto-char (match-end 1))))
1530 1530
1531 (provide 'sh) 1531 (provide 'sh-script)
1532 ;; sh-script.el ends here 1532 ;;; sh-script.el ends here
1533