Mercurial > hg > xemacs-beta
comparison src/fns.c @ 949:7a35465d73bc
[xemacs-hg @ 2002-08-02 15:15:42 by youngs]
2002-08-03 Brian A Palmer <bpalmer@rescomp.Stanford.EDU>
* fns.c (Fsplit_string_by_char): Make 2nd arg SEPCHAR a required
argument.
author | youngs |
---|---|
date | Fri, 02 Aug 2002 15:15:47 +0000 |
parents | c925bacdda60 |
children | a0a7ace216fe |
comparison
equal
deleted
inserted
replaced
948:665fe33715d6 | 949:7a35465d73bc |
---|---|
1104 } | 1104 } |
1105 | 1105 |
1106 /* Ben thinks this function should not exist or be exported to Lisp. | 1106 /* Ben thinks this function should not exist or be exported to Lisp. |
1107 We use it to define split-path-string in subr.el (not!). */ | 1107 We use it to define split-path-string in subr.el (not!). */ |
1108 | 1108 |
1109 DEFUN ("split-string-by-char", Fsplit_string_by_char, 1, 2, 0, /* | 1109 DEFUN ("split-string-by-char", Fsplit_string_by_char, 2, 2, 0, /* |
1110 Split STRING into a list of substrings originally separated by SEPCHAR. | 1110 Split STRING into a list of substrings originally separated by SEPCHAR. |
1111 */ | 1111 */ |
1112 (string, sepchar)) | 1112 (string, sepchar)) |
1113 { | 1113 { |
1114 CHECK_STRING (string); | 1114 CHECK_STRING (string); |