emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109311: * indent.c (compute_motion):


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109311: * indent.c (compute_motion): Remove unused local.
Date: Mon, 30 Jul 2012 22:07:03 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109311
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-30 22:07:03 -0700
message:
  * indent.c (compute_motion): Remove unused local.
modified:
  src/ChangeLog
  src/indent.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-31 01:38:04 +0000
+++ b/src/ChangeLog     2012-07-31 05:07:03 +0000
@@ -1,3 +1,7 @@
+2012-07-31  Paul Eggert  <address@hidden>
+
+       * indent.c (compute_motion): Remove unused local.
+
 2012-07-31  Glenn Morris  <address@hidden>
 
        * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.

=== modified file 'src/indent.c'
--- a/src/indent.c      2012-06-28 12:29:37 +0000
+++ b/src/indent.c      2012-07-31 05:07:03 +0000
@@ -1136,7 +1136,6 @@
   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 @@
 
   struct composition_it cmp_it;
 
-  XSETBUFFER (buffer, current_buffer);
   XSETWINDOW (window, win);
 
   width_run_cache_on_off ();


reply via email to

[Prev in Thread] Current Thread [Next in Thread]