diff options
| -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 fbcdf5c8dbc..3cc905bd9fe 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -90,7 +90,7 @@ sh Bourne Shell | |||
| 90 | 90 | ||
| 91 | 91 | ||
| 92 | (defvar sh-alias-alist | 92 | (defvar sh-alias-alist |
| 93 | (nconc (if (eq system-type 'lignux) | 93 | (nconc (if (eq system-type 'gnu/linux) |
| 94 | '((csh . tcsh) | 94 | '((csh . tcsh) |
| 95 | (ksh . pdksh))) | 95 | (ksh . pdksh))) |
| 96 | ;; for the time being | 96 | ;; for the time being |