Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.157 
emacs/lisp/progmodes/sh-script.el:1.158
*** emacs/lisp/progmodes/sh-script.el:1.157     Tue Jun 14 23:56:03 2005
--- emacs/lisp/progmodes/sh-script.el   Thu Jun 30 16:45:04 2005
***************
*** 2370,2376 ****
        (goto-char where))
      (prog1
        (buffer-substring (point)
!                         (progn (skip-chars-forward "^ \t\n;")(point)))
        (unless and-move
        (goto-char start)))))
  
--- 2370,2376 ----
        (goto-char where))
      (prog1
        (buffer-substring (point)
!                         (progn (skip-chars-forward "^ \t\n;&")(point)))
        (unless and-move
        (goto-char start)))))
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to