From: Paul Eggert Date: Thu, 26 Nov 2015 00:14:30 +0000 (-0800) Subject: * src/undo.c (record_property_change): Remove now-unused local. X-Git-Tag: emacs-25.0.90~647 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=54e8c7bd3afd9d5b3a4642fb36291e3e16813af3;p=emacs.git * src/undo.c (record_property_change): Remove now-unused local. --- diff --git a/src/undo.c b/src/undo.c index 104c3bb3fc4..060dbfc97b1 100644 --- a/src/undo.c +++ b/src/undo.c @@ -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;