diff lisp/progmodes/sh-script.el @ 14892:7bf0ea276354

(sh-alias-alist): Recognize lignux.
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Mar 1996 02:39:09 +0000
parents 96423e733197
children 30c4f64f3579
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Wed Mar 27 02:37:57 1996 +0000
+++ b/lisp/progmodes/sh-script.el	Wed Mar 27 02:39:09 1996 +0000
@@ -90,7 +90,7 @@
 
 
 (defvar sh-alias-alist
-  (nconc (if (eq system-type 'linux)
+  (nconc (if (eq system-type 'lignux)
 	     '((csh . tcsh)
 	       (ksh . pdksh)))
 	 ;; for the time being