mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
(casify_object): Remove unused variables.
(casify_region): Ditto.
This commit is contained in:
parent
f002db9312
commit
fe568ef5dc
@ -37,7 +37,6 @@ casify_object (flag, obj)
|
||||
{
|
||||
register int i, c, len;
|
||||
register int inword = flag == CASE_DOWN;
|
||||
Lisp_Object tem;
|
||||
|
||||
/* If the case table is flagged as modified, rescan it. */
|
||||
if (NILP (XCHAR_TABLE (current_buffer->downcase_table)->extras[1]))
|
||||
@ -196,7 +195,6 @@ casify_region (flag, b, e)
|
||||
register int multibyte = !NILP (current_buffer->enable_multibyte_characters);
|
||||
int start, end;
|
||||
int start_byte, end_byte;
|
||||
Lisp_Object ch, downch, val;
|
||||
|
||||
if (EQ (b, e))
|
||||
/* Not modifying because nothing marked */
|
||||
|
Loading…
Reference in New Issue
Block a user