[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el |
Date: |
Thu, 30 Jun 2005 12:45:04 -0400 |
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)))))