# HG changeset patch # User Richard M. Stallman # Date 841262991 0 # Node ID c4ae4ea7fa7a10d023289f104e92aa4a0523c9d4 # Parent c77ea6e08c297f2c444b410fbb1462f33a211395 (sh-alias-alist): Use gnu/linux, not lignux. diff -r c77ea6e08c29 -r c4ae4ea7fa7a lisp/progmodes/sh-script.el --- a/lisp/progmodes/sh-script.el Wed Aug 28 15:52:48 1996 +0000 +++ b/lisp/progmodes/sh-script.el Wed Aug 28 20:09:51 1996 +0000 @@ -90,7 +90,7 @@ (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