Mercurial > emacs
changeset 25772:1902e7e63fa7
(Fset_text_properties): Remove unused variables.
(text_property_list, verify_interval_modification,
interval_has_all_properties): Ditto.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 20 Sep 1999 00:34:45 +0000 |
parents | 21925339c7d2 |
children | 20234157d093 |
files | src/textprop.c |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/textprop.c Mon Sep 20 00:34:44 1999 +0000 +++ b/src/textprop.c Mon Sep 20 00:34:45 1999 +0000 @@ -203,7 +203,7 @@ Lisp_Object plist; INTERVAL i; { - register Lisp_Object tail1, tail2, sym1, sym2; + register Lisp_Object tail1, tail2, sym1; register int found; /* Go through each element of PLIST. */ @@ -1039,7 +1039,6 @@ register INTERVAL prev_changed = NULL_INTERVAL; register int s, len; Lisp_Object ostart, oend; - int have_modified = 0; ostart = start; oend = end; @@ -1437,7 +1436,6 @@ { struct interval *i; Lisp_Object result; - int s, e; result = Qnil; @@ -1571,7 +1569,7 @@ int start, end; { register INTERVAL intervals = BUF_INTERVALS (buf); - register INTERVAL i, prev; + register INTERVAL i; Lisp_Object hooks; register Lisp_Object prev_mod_hooks; Lisp_Object mod_hooks;