aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-03-27 02:39:09 +0000
committerRichard M. Stallman <[email protected]>1996-03-27 02:39:09 +0000
commita124b2795d51b3e5b0447ca3d6afeaf544e85f84 (patch)
treeb6a8918b77876bf83dd16f8c60e60508707997dd /lisp/progmodes
parentaaef4a1cecda927730349489ff39493bbe875690 (diff)
(sh-alias-alist): Recognize lignux.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index bb19b1176f..0a7b387d06 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -90,7 +90,7 @@ sh Bourne Shell
(defvar sh-alias-alist
- (nconc (if (eq system-type 'linux)
+ (nconc (if (eq system-type 'lignux)
'((csh . tcsh)
(ksh . pdksh)))
;; for the time being