]> code.delx.au - gnu-emacs/commitdiff
(sh-alias-alist): Use gnu/linux, not lignux.
authorRichard M. Stallman <rms@gnu.org>
Wed, 28 Aug 1996 20:09:51 +0000 (20:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 28 Aug 1996 20:09:51 +0000 (20:09 +0000)
lisp/progmodes/sh-script.el

index fbcdf5c8dbc9507f8df66fed4f7182d3b53dd455..3cc905bd9fe451a0c4e021cd96923b86d5bf0d3a 100644 (file)
@@ -90,7 +90,7 @@ sh            Bourne Shell
 
 
 (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