]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide sh-script.
authorKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:37:58 +0000 (01:37 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 13 Dec 1995 01:37:58 +0000 (01:37 +0000)
lisp/progmodes/sh-script.el

index 2f312cd4db0872d68c8025d63c4fe17995673100..5d6ebbbf6b112dcd87499c4c625aed9daccdd209 100644 (file)
@@ -1358,4 +1358,5 @@ The document is bounded by `sh-here-document-word'."
   (if (re-search-forward sh-end-of-command nil t)
       (goto-char (match-end 1))))
 
+(provide 'sh-script)
 ;; sh-script.el ends here