From f42e164952a255f64243dc5fea6db568f981b6eb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Jun 2005 16:45:04 +0000 Subject: [PATCH] (sh-get-kw): `&' also separates words. --- lisp/progmodes/sh-script.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 23d8374818e..0747fb2fa3e 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -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))))) -- 2.39.2