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
4a8c194f
Commit
4a8c194f
authored
Jul 04, 2000
by
Kenichi Handa
Browse files
(make_composition_value_copy): Extern it.
parent
33f37824
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
src/ChangeLog
src/ChangeLog
+12
-0
src/composite.h
src/composite.h
+1
-0
No files found.
src/ChangeLog
View file @
4a8c194f
2000-07-04 Kenichi Handa <handa@etl.go.jp>
* composite.h (make_composition_value_copy): Extern it.
* composite.c (make_composition_value_copy): New function.
* editfns.c (Fformat): While copying text properties, make each
composition property value a copy.
* fns.c (concat): While copying text properties, make each
composition property value a copy.
2000-07-03 Gerd Moellmann <gerd@gnu.org>
* m/macppc.h (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.
...
...
src/composite.h
View file @
4a8c194f
...
...
@@ -199,6 +199,7 @@ extern int get_composition_id P_ ((int, int, int, Lisp_Object, Lisp_Object));
extern
int
find_composition
P_
((
int
,
int
,
int
*
,
int
*
,
Lisp_Object
*
,
Lisp_Object
));
extern
void
update_compositions
P_
((
int
,
int
,
int
));
extern
void
make_composition_value_copy
P_
((
Lisp_Object
));
extern
void
compose_region
P_
((
int
,
int
,
Lisp_Object
,
Lisp_Object
,
Lisp_Object
));
extern
void
syms_of_composition
P_
((
void
));
...
...
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