comparison lisp/progmodes/sh-script.el @ 13707:9356c7d7dcd6

Provide sh-script.
author Karl Heuer <kwzh@gnu.org>
date Wed, 13 Dec 1995 01:37:58 +0000
parents 4111cc3136d1
children dd4a20edf654
comparison
equal deleted inserted replaced
13706:ba34746d66fd 13707:9356c7d7dcd6
1356 "Move point to successive ends of commands." 1356 "Move point to successive ends of commands."
1357 (interactive) 1357 (interactive)
1358 (if (re-search-forward sh-end-of-command nil t) 1358 (if (re-search-forward sh-end-of-command nil t)
1359 (goto-char (match-end 1)))) 1359 (goto-char (match-end 1))))
1360 1360
1361 (provide 'sh-script)
1361 ;; sh-script.el ends here 1362 ;; sh-script.el ends here