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
adff7f18
Commit
adff7f18
authored
Sep 18, 1994
by
Karl Heuer
Browse files
(Fmember): Declare this function.
parent
969f1735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
adff7f18
...
...
@@ -1185,7 +1185,7 @@ extern Lisp_Object Flength ();
extern
Lisp_Object
Fappend
(),
Fconcat
(),
Fvconcat
(),
Fcopy_sequence
();
extern
Lisp_Object
Fsubstring
();
extern
Lisp_Object
Fnth
(),
Fnthcdr
(),
Fmemq
(),
Fassq
(),
Fassoc
();
extern
Lisp_Object
Frassq
(),
Fdelq
(),
Fsort
();
extern
Lisp_Object
Fmember
(),
Frassq
(),
Fdelq
(),
Fsort
();
extern
Lisp_Object
Freverse
(),
Fnreverse
(),
Fget
(),
Fput
(),
Fequal
();
extern
Lisp_Object
Ffillarray
(),
Fnconc
(),
Fmapcar
(),
Fmapconcat
();
extern
Lisp_Object
Fy_or_n_p
(),
do_yes_or_no_p
();
...
...
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