mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(sh-get-kw): `&' also separates words.
This commit is contained in:
parent
5026b8eed3
commit
f42e164952
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue