From: Richard M. Stallman Date: Wed, 28 Aug 1996 20:09:51 +0000 (+0000) Subject: (sh-alias-alist): Use gnu/linux, not lignux. X-Git-Tag: emacs-20.1~3994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9;p=emacs.git (sh-alias-alist): Use gnu/linux, not lignux. --- 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