aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-08-28 20:09:51 +0000
committerRichard M. Stallman1996-08-28 20:09:51 +0000
commit6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9 (patch)
treeb5e9640a43a0c91b74d8ff48508d28e0e824f63c
parentae6ed0acbb421fab5bfe7ff1ebb065105c28aab7 (diff)
downloademacs-6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9.tar.gz
emacs-6dd4407cdc75a09a2ed28ca9ca0f2047d5da36a9.zip
(sh-alias-alist): Use gnu/linux, not lignux.
-rw-r--r--lisp/progmodes/sh-script.el2
1 files changed, 1 insertions, 1 deletions
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
90 90
91 91
92(defvar sh-alias-alist 92(defvar sh-alias-alist
93 (nconc (if (eq system-type 'lignux) 93 (nconc (if (eq system-type 'gnu/linux)
94 '((csh . tcsh) 94 '((csh . tcsh)
95 (ksh . pdksh))) 95 (ksh . pdksh)))
96 ;; for the time being 96 ;; for the time being