Mercurial > emacs
diff lisp/progmodes/sh-script.el @ 15950:c4ae4ea7fa7a
(sh-alias-alist): Use gnu/linux, not lignux.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 28 Aug 1996 20:09:51 +0000 |
| parents | 4431e88ce8d2 |
| children | 0927028baa82 |
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el Wed Aug 28 15:52:48 1996 +0000 +++ b/lisp/progmodes/sh-script.el Wed Aug 28 20:09:51 1996 +0000 @@ -90,7 +90,7 @@ (defvar sh-alias-alist - (nconc (if (eq system-type 'lignux) + (nconc (if (eq system-type 'gnu/linux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being
