diff lisp/prim/files.el @ 161:28f395d8dc7a r20-3b7

Import from CVS: tag r20-3b7
author cvs
date Mon, 13 Aug 2007 09:42:26 +0200
parents 6b37e6ddd302
children 0132846995bd
line wrap: on
line diff
--- a/lisp/prim/files.el	Mon Aug 13 09:41:47 2007 +0200
+++ b/lisp/prim/files.el	Mon Aug 13 09:42:26 2007 +0200
@@ -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: