* src/undo.c (record_property_change): Remove now-unused local.

This commit is contained in:
Paul Eggert 2015-11-25 16:14:30 -08:00
parent 957b05c615
commit 54e8c7bd3a

View file

@ -224,7 +224,7 @@ record_property_change (ptrdiff_t beg, ptrdiff_t length,
Lisp_Object buffer)
{
Lisp_Object lbeg, lend, entry;
struct buffer *obuf = current_buffer, *buf = XBUFFER (buffer);
struct buffer *buf = XBUFFER (buffer);
if (EQ (BVAR (buf, undo_list), Qt))
return;