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: Sun, 03 Jul 2005 23:24:03 -0400

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.158 
emacs/lisp/progmodes/sh-script.el:1.159
*** emacs/lisp/progmodes/sh-script.el:1.158     Thu Jun 30 16:45:04 2005
--- emacs/lisp/progmodes/sh-script.el   Mon Jul  4 03:24:03 2005
***************
*** 202,213 ****
  
  
  (defgroup sh nil
!   "Shell programming utilities"
    :group 'unix
    :group 'languages)
  
  (defgroup sh-script nil
!   "Shell script mode"
    :group 'sh
    :prefix "sh-")
  
--- 202,213 ----
  
  
  (defgroup sh nil
!   "Shell programming utilities."
    :group 'unix
    :group 'languages)
  
  (defgroup sh-script nil
!   "Shell script mode."
    :group 'sh
    :prefix "sh-")
  
***************
*** 3535,3541 ****
              (delim (replace-regexp-in-string "['\"]" ""
                                              sh-here-document-word)))
        (insert sh-here-document-word)
!       (or (eolp) (looking-at "[ \t]") (insert ? ))
        (end-of-line 1)
        (while
            (sh-quoted-p)
--- 3535,3541 ----
              (delim (replace-regexp-in-string "['\"]" ""
                                              sh-here-document-word)))
        (insert sh-here-document-word)
!       (or (eolp) (looking-at "[ \t]") (insert ?\s))
        (end-of-line 1)
        (while
            (sh-quoted-p)




reply via email to

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