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
416a3e01
Commit
416a3e01
authored
Aug 03, 2013
by
Dmitry Antipov
Browse files
* composite.h (compose_region): Remove the leftover.
parent
75c59fb3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/ChangeLog
src/ChangeLog
+1
-0
src/composite.h
src/composite.h
+0
-2
No files found.
src/ChangeLog
View file @
416a3e01
...
...
@@ -4,6 +4,7 @@
* composite.h (composition_temp): Remove declaration.
(COMPOSITION_METHOD, COMPOSITION_VALID_P): Replace with...
(composition_method, composition_valid_p): ...inline functions.
(compose_region): Remove the leftover.
* composite.c (composition_temp): Remove.
(run_composition_function, update_compositions)
(composition_compute_stop_pos, composition_adjust_point)
...
...
src/composite.h
View file @
416a3e01
...
...
@@ -195,8 +195,6 @@ extern bool find_composition (ptrdiff_t, ptrdiff_t, ptrdiff_t *, ptrdiff_t *,
Lisp_Object
*
,
Lisp_Object
);
extern
void
update_compositions
(
ptrdiff_t
,
ptrdiff_t
,
int
);
extern
void
make_composition_value_copy
(
Lisp_Object
);
extern
void
compose_region
(
int
,
int
,
Lisp_Object
,
Lisp_Object
,
Lisp_Object
);
extern
void
syms_of_composite
(
void
);
extern
void
compose_text
(
ptrdiff_t
,
ptrdiff_t
,
Lisp_Object
,
Lisp_Object
,
Lisp_Object
);
...
...
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