From: Paul Eggert Date: Tue, 31 Jul 2012 05:07:03 +0000 (-0700) Subject: * indent.c (compute_motion): Remove unused local. X-Git-Tag: emacs-24.2.90~978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bd21e82ebb795ef367fa68624ed7b0799a8db50;p=emacs.git * indent.c (compute_motion): Remove unused local. --- diff --git a/src/ChangeLog b/src/ChangeLog index 300894a6617..b22f12a53b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-07-31 Paul Eggert + + * indent.c (compute_motion): Remove unused local. + 2012-07-31 Glenn Morris * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here. diff --git a/src/indent.c b/src/indent.c index ec0977d5372..38772bb384b 100644 --- a/src/indent.c +++ b/src/indent.c @@ -1136,7 +1136,6 @@ compute_motion (ptrdiff_t from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_ ptrdiff_t width_run_end = from; ptrdiff_t width_run_width = 0; Lisp_Object *width_table; - Lisp_Object buffer; /* The next buffer pos where we should consult the width run cache. */ ptrdiff_t next_width_run = from; @@ -1156,7 +1155,6 @@ compute_motion (ptrdiff_t from, EMACS_INT fromvpos, EMACS_INT fromhpos, int did_ struct composition_it cmp_it; - XSETBUFFER (buffer, current_buffer); XSETWINDOW (window, win); width_run_cache_on_off ();