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
5772ed4b
Commit
5772ed4b
authored
Aug 22, 2007
by
Stefan Monnier
Browse files
(Fclear_face_cache, Fx_send_client_event): Declare.
parent
ff110450
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/lisp.h
src/lisp.h
+2
-0
No files found.
src/ChangeLog
View file @
5772ed4b
2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
* lisp.h (Fclear_face_cache, Fx_send_client_event): Declare.
* lread.c (Vold_style_backquotes): New var.
(syms_of_lread): Init and export it to Elisp.
(read1): Set it when we find an old-style (back)quote.
...
...
src/lisp.h
View file @
5772ed4b
...
...
@@ -3238,6 +3238,7 @@ EXFUN (Fx_file_dialog, 5);
#endif
/* Defined in xfaces.c */
EXFUN
(
Fclear_face_cache
,
1
);
extern
void
syms_of_xfaces
P_
((
void
));
#ifndef HAVE_GETLOADAVG
...
...
@@ -3253,6 +3254,7 @@ extern void syms_of_xfns P_ ((void));
extern
void
syms_of_xsmfns
P_
((
void
));
/* Defined in xselect.c */
EXFUN
(
Fx_send_client_event
,
6
);
extern
void
syms_of_xselect
P_
((
void
));
/* Defined in xterm.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