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
42d65b5f
Commit
42d65b5f
authored
Apr 29, 1998
by
Andreas Schwab
Browse files
Declare Fcompare_strings.
parent
58edb572
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lisp.h
src/lisp.h
+1
-0
No files found.
src/lisp.h
View file @
42d65b5f
...
...
@@ -1719,6 +1719,7 @@ EXFUN (Fchar_table_extra_slot, 2);
EXFUN
(
Fset_char_table_extra_slot
,
3
);
EXFUN
(
Frassoc
,
2
);
EXFUN
(
Fstring_equal
,
2
);
EXFUN
(
Fcompare_strings
,
7
);
EXFUN
(
Fstring_lessp
,
2
);
extern
int
char_table_translate
P_
((
Lisp_Object
,
int
));
extern
void
map_char_table
P_
((
void
(
*
)
(
Lisp_Object
,
Lisp_Object
,
Lisp_Object
),
...
...
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