diff lisp/modes/sh-script.el @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents 4be1180a9e89
children cca96a509cfe
line wrap: on
line diff
--- a/lisp/modes/sh-script.el	Mon Aug 13 09:15:51 2007 +0200
+++ b/lisp/modes/sh-script.el	Mon Aug 13 09:16:51 2007 +0200
@@ -382,8 +382,8 @@
   "Word to delimit here documents.")
 
 (defvar sh-test
-  '((sh "[  ]" . 3)
-    (ksh88 "[[  ]]" . 4))
+  '((sh "[  ]" . 2)
+    (ksh88 "[[  ]]" . 3))
   "Initial input in Bourne if, while and until skeletons.  See `sh-feature'.")