diff options
| author | Glenn Morris | 2014-03-05 14:02:55 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-03-05 14:02:55 -0500 |
| commit | 2a55bc7ab5002cdb65a762da5fc43ef76f3e7abb (patch) | |
| tree | 8bdeca59c6a5272ea635d5a65d24858472bca864 | |
| parent | bd2d43dc7461cc3d8cdcecf069fc275baf60c842 (diff) | |
| download | emacs-2a55bc7ab5002cdb65a762da5fc43ef76f3e7abb.tar.gz emacs-2a55bc7ab5002cdb65a762da5fc43ef76f3e7abb.zip | |
* lisp/progmodes/sh-script.el: Fix whitespace in previous change.
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 84b0c8b1af4..8ab6a0466d4 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -255,7 +255,7 @@ rc Plan 9 Shell | |||
| 255 | es Extensible Shell | 255 | es Extensible Shell |
| 256 | sh Bourne Shell | 256 | sh Bourne Shell |
| 257 | ash Almquist Shell | 257 | ash Almquist Shell |
| 258 | dash Debian Almquist Shell | 258 | dash Debian Almquist Shell |
| 259 | jsh Bourne Shell with Job Control | 259 | jsh Bourne Shell with Job Control |
| 260 | bash GNU Bourne Again Shell | 260 | bash GNU Bourne Again Shell |
| 261 | ksh88 Korn Shell '88 | 261 | ksh88 Korn Shell '88 |