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
7eb47123
Commit
7eb47123
authored
Sep 25, 1996
by
Richard M. Stallman
Browse files
(split-string): Fix minor bug.
parent
f41c4842
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/subr.el
lisp/subr.el
+1
-1
No files found.
lisp/subr.el
View file @
7eb47123
...
...
@@ -789,7 +789,7 @@ If SEPARATORS is absent, it defaults to \"[ \\f\\t\\n\\r\\v]+\"."
(
start
0
)
(
list
nil
))
(
while
(
string-match
rexp
string
start
)
(
or
(
eq
start
0
)
(
or
(
eq
(
match-beginning
0
)
0
)
(
setq
list
(
cons
(
substring
string
start
(
match-beginning
0
))
list
)))
...
...
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