From 8f0b0ca5f51401c2d375245cec10e074dc5bbaf0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 16 Jun 2003 21:41:18 +0000 Subject: [PATCH] (sh-while-getopts, sh-if, sh-case): Revert part of previous change. --- lisp/progmodes/sh-script.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 127799d9447..bf5891db650 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -3100,7 +3100,7 @@ This is always added to the end of the buffer." ( "pattern, %s: " > str sh-non-closing-paren \n > _ \n - ";;" \n \n) + ";;" \n) > "*" sh-non-closing-paren \n > _ \n resume: @@ -3288,7 +3288,7 @@ t means to return a list of all possible completions of STRING. > _ \n ( "other condition, %s: " > "elif " str "; then" > \n - > \n \n) + > \n) "else" > \n > \n resume: @@ -3436,7 +3436,7 @@ option followed by a colon `:' if the option accepts an argument." v2 nil))) > str "|+" str sh-non-closing-paren \n > _ v2 \n - > ";;" \n \n) + > ";;" \n) > "*" sh-non-closing-paren \n > "echo" " \"usage: " "`basename $0`" " [+-" '(setq v1 (point)) str -- 2.39.2