Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
77be52b7
Commit
77be52b7
authored
Jul 16, 2002
by
Ken Raeburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(xstricmp): Declaration updated.
parent
a90f2c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/dispextern.h
src/dispextern.h
+1
-1
No files found.
src/dispextern.h
View file @
77be52b7
...
...
@@ -2295,7 +2295,7 @@ void unload_color P_ ((struct frame *, unsigned long));
int
frame_update_line_height
P_
((
struct
frame
*
));
int
ascii_face_of_lisp_face
P_
((
struct
frame
*
,
int
));
void
prepare_face_for_display
P_
((
struct
frame
*
,
struct
face
*
));
int
xstricmp
P_
((
unsigned
char
*
,
unsigned
char
*
));
int
xstricmp
P_
((
const
unsigned
char
*
,
const
unsigned
char
*
));
int
lookup_face
P_
((
struct
frame
*
,
Lisp_Object
*
,
int
,
struct
face
*
));
int
lookup_named_face
P_
((
struct
frame
*
,
Lisp_Object
,
int
));
int
smaller_face
P_
((
struct
frame
*
,
int
,
int
));
...
...
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