From 6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 Aug 1996 20:09:51 +0000 Subject: [PATCH] (sh-alias-alist): Use gnu/linux, not lignux. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index fbcdf5c8dbc..3cc905bd9fe 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 'lignux) + (nconc (if (eq system-type 'gnu/linux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being -- 2.11.4.GIT