Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f42e1649
Commit
f42e1649
authored
Jun 30, 2005
by
Glenn Morris
Browse files
(sh-get-kw): `&' also separates words.
parent
5026b8ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/sh-script.el
lisp/progmodes/sh-script.el
+1
-1
No files found.
lisp/progmodes/sh-script.el
View file @
f42e1649
...
...
@@ -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
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment