Mercurial > emacs
changeset 15950:c4ae4ea7fa7a
(sh-alias-alist): Use gnu/linux, not lignux.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 Aug 1996 20:09:51 +0000 |
parents | c77ea6e08c29 |
children | 0807c87a589f |
files | lisp/progmodes/sh-script.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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