diff options
| author | Richard M. Stallman | 1997-06-22 18:47:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-22 18:47:05 +0000 |
| commit | 43c89a968ed6f1972a6ff075846622ade5bc7cf9 (patch) | |
| tree | 324307feb5eb7ec4ae6f45eb6af43dadd38ea210 | |
| parent | 69d92b8a69904a7f343b6625319b8e90347bebdc (diff) | |
| download | emacs-43c89a968ed6f1972a6ff075846622ade5bc7cf9.tar.gz emacs-43c89a968ed6f1972a6ff075846622ade5bc7cf9.zip | |
Whitespace change.
| -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'." | |||
| 1459 | (goto-char (match-end 1)))) | 1459 | (goto-char (match-end 1)))) |
| 1460 | 1460 | ||
| 1461 | (provide 'sh-script) | 1461 | (provide 'sh-script) |
| 1462 | |||
| 1462 | ;; sh-script.el ends here | 1463 | ;; sh-script.el ends here |