From: Karl Heuer Date: Wed, 13 Dec 1995 01:37:58 +0000 (+0000) Subject: Provide sh-script. X-Git-Tag: emacs-19.34~2153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7c7053ea66b846c78e39635800a111ee153f307;p=emacs.git Provide sh-script. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 2f312cd4db0..5d6ebbbf6b1 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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