]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/sh-script.el
Updated to IDLWAVE v5.7 (see idlwave.org), and variable cleanup
[gnu-emacs] / lisp / progmodes / sh-script.el
index 23d8374818ef66575da2f309657d596fdd8722e1..0747fb2fa3e622fe6c21767e0a5563e43149060d 100644 (file)
@@ -2370,7 +2370,7 @@ If AND-MOVE is non-nil then move to end of word."
        (goto-char where))
     (prog1
        (buffer-substring (point)
-                         (progn (skip-chars-forward "^ \t\n;")(point)))
+                         (progn (skip-chars-forward "^ \t\n;&")(point)))
       (unless and-move
        (goto-char start)))))