emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
Date: Fri, 06 Jun 2003 11:06:53 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.122 
emacs/lisp/progmodes/sh-script.el:1.123
*** emacs/lisp/progmodes/sh-script.el:1.122     Sun Jun  1 13:36:41 2003
--- emacs/lisp/progmodes/sh-script.el   Fri Jun  6 11:06:53 2003
***************
*** 654,660 ****
  
  (defcustom sh-other-keywords
    '((bash eval sh-append bourne
!         "bye" "logout")
  
      ;; The next entry is only used for defining the others
      (bourne eval sh-append sh
--- 654,660 ----
  
  (defcustom sh-other-keywords
    '((bash eval sh-append bourne
!         "bye" "logout" "select")
  
      ;; The next entry is only used for defining the others
      (bourne eval sh-append sh
***************
*** 3100,3106 ****
        ( "pattern, %s: "
        > str sh-non-closing-paren \n
        > _ \n
!       ";;" \n)
        > "*" sh-non-closing-paren \n
        > _ \n
        resume:
--- 3100,3106 ----
        ( "pattern, %s: "
        > str sh-non-closing-paren \n
        > _ \n
!       ";;" \n \n)
        > "*" sh-non-closing-paren \n
        > _ \n
        resume:
***************
*** 3288,3294 ****
        > _ \n
        ( "other condition, %s: "
        >  "elif " str "; then" > \n
!       > \n)
        "else" > \n
        > \n
        resume:
--- 3288,3294 ----
        > _ \n
        ( "other condition, %s: "
        >  "elif " str "; then" > \n
!       > \n \n)
        "else" > \n
        > \n
        resume:
***************
*** 3421,3427 ****
    (ksh88 eval sh-modify sh
         16 "print"
         18 "${0##*/}"
!        36 "OPTIND-1")
    (posix eval sh-modify sh
         18 "$(basename $0)")
    (sh "optstring: "
--- 3421,3427 ----
    (ksh88 eval sh-modify sh
         16 "print"
         18 "${0##*/}"
!        37 "OPTIND-1")
    (posix eval sh-modify sh
         18 "$(basename $0)")
    (sh "optstring: "
***************
*** 3436,3442 ****
                  v2 nil)))
        > str "|+" str sh-non-closing-paren \n
        > _ v2 \n
!       > ";;" \n)
        > "*" sh-non-closing-paren \n
        > "echo" " \"usage: " "`basename $0`"
        " [+-" '(setq v1 (point)) str
--- 3436,3442 ----
                  v2 nil)))
        > str "|+" str sh-non-closing-paren \n
        > _ v2 \n
!       > ";;" \n \n)
        > "*" sh-non-closing-paren \n
        > "echo" " \"usage: " "`basename $0`"
        " [+-" '(setq v1 (point)) str




reply via email to

[Prev in Thread] Current Thread [Next in Thread]