summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-12-13 01:37:58 +0000
committerKarl Heuer <kwzh@gnu.org>1995-12-13 01:37:58 +0000
commit9a3b1f90c27bc7624081e3ee7a17ebe5d77620ec (patch)
tree7a5c0b2c19119e92a671dd7e039b6d1a4f38c459
parentee5706eee06c8f38c681bbda1a6781dfd40b8a7c (diff)
downloademacs-9a3b1f90c27bc7624081e3ee7a17ebe5d77620ec.tar.gz
Provide sh-script.
-rw-r--r--lisp/progmodes/sh-script.el1
1 files changed, 1 insertions, 0 deletions
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