summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-27 02:39:09 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-27 02:39:09 +0000
commit195c2604b8c05e980591f05eaab67a361ee2f135 (patch)
tree04df48735e0b2d996c37190582642e5196d903a1 /lisp
parent9efd97eb437af5057cb92d641911433905951c29 (diff)
downloademacs-195c2604b8c05e980591f05eaab67a361ee2f135.tar.gz
(sh-alias-alist): Recognize lignux.
Diffstat (limited to 'lisp')
-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 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