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 [emacs-unicod


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:36:11 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.127.2.2 
emacs/lisp/progmodes/sh-script.el:1.127.2.3
*** emacs/lisp/progmodes/sh-script.el:1.127.2.2 Fri Apr 16 12:50:36 2004
--- emacs/lisp/progmodes/sh-script.el   Mon Jun 28 07:29:44 2004
***************
*** 648,654 ****
  
      (rc "else")
  
!     (sh "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
    "*List of keywords that may be immediately followed by a builtin or keyword.
  Given some confusion between keywords and builtins depending on shell and
  system, the distinction here has been based on whether they influence the
--- 648,654 ----
  
      (rc "else")
  
!     (sh "!" "do" "elif" "else" "if" "then" "trap" "type" "until" "while"))
    "*List of keywords that may be immediately followed by a builtin or keyword.
  Given some confusion between keywords and builtins depending on shell and
  system, the distinction here has been based on whether they influence the




reply via email to

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