Mercurial > emacs
changeset 34958:e3133339e30c
(run_composition_function): Remove unused variable
`val'.
(update_compositions): Remove unused variable `hook'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 13:58:26 +0000 |
parents | 30e820420803 |
children | b96af6cd903d |
files | src/composite.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/composite.c Tue Jan 02 13:57:46 2001 +0000 +++ b/src/composite.c Tue Jan 02 13:58:26 2001 +0000 @@ -453,7 +453,7 @@ int from, to; Lisp_Object prop; { - Lisp_Object func, val; + Lisp_Object func; int start, end; func = COMPOSITION_MODIFICATION_FUNC (prop); @@ -485,7 +485,7 @@ update_compositions (from, to, check_mask) int from, to; { - Lisp_Object prop, hook; + Lisp_Object prop; int start, end; /* If FROM and TO are not in a valid range, do nothing. */