diff options
| author | Karl Heuer <kwzh@gnu.org> | 1995-12-13 01:37:58 +0000 |
|---|---|---|
| committer | Karl Heuer <kwzh@gnu.org> | 1995-12-13 01:37:58 +0000 |
| commit | f7c7053ea66b846c78e39635800a111ee153f307 (patch) | |
| tree | 2c186403e897fa80bba1f27666ad1206aa302e58 | |
| parent | 4f675a8c509db3226ea6358d2a9f0d7069ac2487 (diff) | |
| download | emacs-f7c7053ea66b846c78e39635800a111ee153f307.tar.gz | |
Provide sh-script.
| -rw-r--r-- | lisp/progmodes/sh-script.el | 1 |
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 |
