changeset 13707:9356c7d7dcd6

Provide sh-script.
author Karl Heuer <kwzh@gnu.org>
date Wed, 13 Dec 1995 01:37:58 +0000
parents ba34746d66fd
children a3b8903f3de0
files lisp/progmodes/sh-script.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Wed Dec 13 01:36:02 1995 +0000
+++ b/lisp/progmodes/sh-script.el	Wed Dec 13 01:37:58 1995 +0000
@@ -1358,4 +1358,5 @@
   (if (re-search-forward sh-end-of-command nil t)
       (goto-char (match-end 1))))
 
+(provide 'sh-script)
 ;; sh-script.el ends here