(sh-alias-alist): Recognize lignux.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 02:39:09 +0000 (02:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 02:39:09 +0000 (02:39 +0000)
lisp/progmodes/sh-script.el

index bb19b11..0a7b387 100644 (file)
@@ -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