Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
beed66fe
Commit
beed66fe
authored
Oct 25, 2000
by
Miles Bader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(get_char_property_and_overlay): Add declaration.
parent
49801145
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/intervals.h
src/intervals.h
+3
-1
No files found.
src/intervals.h
View file @
beed66fe
/* Definitions and global variables for intervals.
Copyright (C) 1993, 1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994
, 2000
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -298,6 +298,8 @@ Lisp_Object text_property_list P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
Lisp_Object
));
int
add_text_properties_from_list
P_
((
Lisp_Object
,
Lisp_Object
,
Lisp_Object
));
void
extend_property_ranges
P_
((
Lisp_Object
,
Lisp_Object
,
Lisp_Object
));
Lisp_Object
get_char_property_and_overlay
P_
((
Lisp_Object
,
Lisp_Object
,
Lisp_Object
,
Lisp_Object
*
));
extern
void
syms_of_textprop
();
...
...
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