* src/undo.c (record_property_change): Remove now-unused local.
This commit is contained in:
parent
957b05c615
commit
54e8c7bd3a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue