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
cd1b7ac9
Commit
cd1b7ac9
authored
Jun 25, 2000
by
Dave Love
Browse files
(swap_in_global_binding): Declare.
parent
db1306d8
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 @
cd1b7ac9
...
...
@@ -1886,6 +1886,7 @@ extern Lisp_Object do_symval_forwarding P_ ((Lisp_Object));
extern
Lisp_Object
set_internal
P_
((
Lisp_Object
,
Lisp_Object
,
struct
buffer
*
,
int
));
extern
void
syms_of_data
P_
((
void
));
extern
void
init_data
P_
((
void
));
extern
void
swap_in_global_binding
P_
((
Lisp_Object
));
/* Defined in cmds.c */
EXFUN
(
Fend_of_line
,
1
);
...
...
@@ -2844,7 +2845,6 @@ extern int getloadavg P_ ((double *, int));
extern
void
syms_of_xfns
P_
((
void
));
extern
void
init_xfns
P_
((
void
));
EXFUN
(
Fxw_display_color_p
,
1
);
/* Fixme: x_defined_color needs declaring, but needs FRAME_PTR and XColor. */
#endif
/* HAVE_X_WINDOWS */
/* Defined in xselect.c */
...
...
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