diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:47:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-22 18:47:05 +0000 |
commit | 43c89a968ed6f1972a6ff075846622ade5bc7cf9 (patch) | |
tree | 324307feb5eb7ec4ae6f45eb6af43dadd38ea210 /lisp | |
parent | 69d92b8a69904a7f343b6625319b8e90347bebdc (diff) | |
download | emacs-43c89a968ed6f1972a6ff075846622ade5bc7cf9.tar.gz |
Whitespace change.
Diffstat (limited to 'lisp')
-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 a6fb80bc5ae..df71e91ad3e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -1459,4 +1459,5 @@ The document is bounded by `sh-here-document-word'." (goto-char (match-end 1)))) (provide 'sh-script) + ;; sh-script.el ends here |