Mercurial > emacs
changeset 34959:b96af6cd903d
(get_local_map): Remove unused variable `tem'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 13:59:23 +0000 |
parents | e3133339e30c |
children | 3226a8452ba4 |
files | src/intervals.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/intervals.c Tue Jan 02 13:58:26 2001 +0000 +++ b/src/intervals.c Tue Jan 02 13:59:23 2001 +0000 @@ -2174,7 +2174,7 @@ register struct buffer *buffer; enum map_property type; { - Lisp_Object prop, tem, lispy_position, lispy_buffer; + Lisp_Object prop, lispy_position, lispy_buffer; int old_begv, old_zv, old_begv_byte, old_zv_byte; /* Perhaps we should just change `position' to the limit. */