emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105391: * xdisp.c (compute_display_s


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105391: * xdisp.c (compute_display_string_pos): Remove unused local.
Date: Tue, 02 Aug 2011 22:24:30 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105391
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2011-08-02 22:24:30 -0700
message:
  * xdisp.c (compute_display_string_pos): Remove unused local.
modified:
  src/ChangeLog
  src/xdisp.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-08-02 19:16:32 +0000
+++ b/src/ChangeLog     2011-08-03 05:24:30 +0000
@@ -1,3 +1,7 @@
+2011-08-03  Paul Eggert  <address@hidden>
+
+       * xdisp.c (compute_display_string_pos): Remove unused local.
+
 2011-08-02  Eli Zaretskii  <address@hidden>
 
        Fix slow cursor motion and scrolling in large buffers with

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2011-08-02 19:16:32 +0000
+++ b/src/xdisp.c       2011-08-03 05:24:30 +0000
@@ -3163,7 +3163,6 @@
   EMACS_INT lim =
     (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
   struct text_pos tpos;
-  struct buffer *b;
 
   *disp_prop_p = 1;
 


reply via email to

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