]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 bb19b1176f28fc6f24bf5b44bf9cdb80f1c909e0..0a7b387d06f154184b9891777fc268d6ad221a39 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