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
a154f406
Commit
a154f406
authored
Aug 08, 1997
by
Richard M. Stallman
Browse files
(Flocal_variable_p, Ffind_operation_coding_system): Declared.
(find_symbol_value): Fix declaration.
parent
fdb5bec0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/lisp.h
src/lisp.h
+3
-2
No files found.
src/lisp.h
View file @
a154f406
...
...
@@ -1527,12 +1527,13 @@ EXFUN (Findirect_function, 1);
EXFUN
(
Ffset
,
2
);
EXFUN
(
Fsetplist
,
2
);
EXFUN
(
Fsymbol_value
,
1
);
EXFUN
(
find_symbol_value
,
1
);
extern
Lisp_Object
find_symbol_value
P_
((
Lisp_Object
)
);
EXFUN
(
Fset
,
2
);
EXFUN
(
Fdefault_value
,
1
);
EXFUN
(
Fset_default
,
2
);
EXFUN
(
Fdefault_boundp
,
1
);
EXFUN
(
Fmake_local_variable
,
1
);
EXFUN
(
Flocal_variable_p
,
2
);
EXFUN
(
Flocal_variable_if_set_p
,
2
);
EXFUN
(
Faref
,
2
);
...
...
@@ -1582,7 +1583,7 @@ EXFUN (Fcoding_system_p, 1);
EXFUN
(
Fcheck_coding_system
,
1
);
EXFUN
(
Fread_coding_system
,
1
);
EXFUN
(
Fread_non_nil_coding_system
,
1
);
EXFUN
(
Ffind_coding_system
,
MANY
);
EXFUN
(
Ffind_
operation_
coding_system
,
MANY
);
/* Defined in syntax.c */
EXFUN
(
Fforward_word
,
1
);
...
...
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