From xemacs-m  Thu Jun 12 03:08:58 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id DAA18181
	for <xemacs-beta@xemacs.org>; Thu, 12 Jun 1997 03:08:56 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id KAA05947; Thu, 12 Jun 1997 10:08:50 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: ksh-mode
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 12 Jun 1997 10:08:49 +0200
Message-ID: <kigyb8g1bvy.fsf@jagor.srce.hr>
Lines: 28

Wasn't ksh-mode obsoleted by sh-mode?

--- lisp/prim/files.el.orig	Thu Jun 12 10:07:58 1997
+++ lisp/prim/files.el	Thu Jun 12 10:08:06 1997
@@ -1173,14 +1173,14 @@
 
 (defconst interpreter-mode-alist
   '(("^#!.*csh"	  . sh-mode)
-    ("^#!.*sh\\b" . ksh-mode)
+    ("^#!.*sh\\b" . sh-mode)
     ("^#!.*\\b\\(scope\\|wish\\|tcl\\|expect\\)" . tcl-mode)
     ("perl"   . perl-mode)
     ("python" . python-mode)
     ("awk\\b" . awk-mode)
     ("rexx"   . rexx-mode)
     ("scm"    . scheme-mode)
-    ("^:"     . ksh-mode))
+    ("^:"     . sh-mode))
   "Alist mapping interpreter names to major modes.
 This alist is used to guess the major mode of a file based on the
 contents of the first line.  This line often contains something like:

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
WWW:  World-Wide-Waste.  Waste management corporation, which
      handles the billions of tons of garbage generated by just
      about everybody these days.

