emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109395: * xfaces.c (face_at_buffer_p


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109395: * xfaces.c (face_at_buffer_position): Remove unused local.
Date: Thu, 02 Aug 2012 01:47:07 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109395
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2012-08-02 01:47:07 -0700
message:
  * xfaces.c (face_at_buffer_position): Remove unused local.
modified:
  src/ChangeLog
  src/xfaces.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-08-02 07:31:34 +0000
+++ b/src/ChangeLog     2012-08-02 08:47:07 +0000
@@ -1,5 +1,7 @@
 2012-08-02  Paul Eggert  <address@hidden>
 
+       * xfaces.c (face_at_buffer_position): Remove unused local.
+
        Use C99-style 'extern inline' if available.
        * buffer.h (BUFFER_INLINE):
        * category.h (CATEGORY_INLINE):

=== modified file 'src/xfaces.c'
--- a/src/xfaces.c      2012-08-01 20:51:44 +0000
+++ b/src/xfaces.c      2012-08-02 08:47:07 +0000
@@ -6036,7 +6036,6 @@
   Lisp_Object prop, position;
   ptrdiff_t i, noverlays;
   Lisp_Object *overlay_vec;
-  Lisp_Object frame;
   ptrdiff_t endpos;
   Lisp_Object propname = mouse ? Qmouse_face : Qface;
   Lisp_Object limit1, end;
@@ -6046,7 +6045,6 @@
      to use the frame and buffer of W, but right now it doesn't.  */
   /* eassert (XBUFFER (w->buffer) == current_buffer); */
 
-  XSETFRAME (frame, f);
   XSETFASTINT (position, pos);
 
   endpos = ZV;


reply via email to

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