From: Richard M. Stallman Date: Wed, 27 Mar 1996 02:39:09 +0000 (+0000) Subject: (sh-alias-alist): Recognize lignux. X-Git-Tag: emacs-19.34~968 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a124b2795d51b3e5b0447ca3d6afeaf544e85f84;p=emacs.git (sh-alias-alist): Recognize lignux. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index bb19b1176f2..0a7b387d06f 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 'linux) + (nconc (if (eq system-type 'lignux) '((csh . tcsh) (ksh . pdksh))) ;; for the time being