diff options
| author | Paul Eggert | 2012-08-02 01:47:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-08-02 01:47:07 -0700 |
| commit | c71f515666d0ac7e509fe3a5e7e266bc0f428785 (patch) | |
| tree | 8e3313f00335fc122e47f3cb2ae017ea8df20dea /src | |
| parent | f47188fe02941174dcf6086abc397d296a83feb7 (diff) | |
| download | emacs-c71f515666d0ac7e509fe3a5e7e266bc0f428785.tar.gz emacs-c71f515666d0ac7e509fe3a5e7e266bc0f428785.zip | |
* xfaces.c (face_at_buffer_position): Remove unused local.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xfaces.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1cd500b6053..f23865323c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-08-02 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xfaces.c (face_at_buffer_position): Remove unused local. | ||
| 4 | |||
| 3 | Use C99-style 'extern inline' if available. | 5 | Use C99-style 'extern inline' if available. |
| 4 | * buffer.h (BUFFER_INLINE): | 6 | * buffer.h (BUFFER_INLINE): |
| 5 | * category.h (CATEGORY_INLINE): | 7 | * category.h (CATEGORY_INLINE): |
diff --git a/src/xfaces.c b/src/xfaces.c index b5eeca09210..e72670a1317 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -6036,7 +6036,6 @@ face_at_buffer_position (struct window *w, ptrdiff_t pos, | |||
| 6036 | Lisp_Object prop, position; | 6036 | Lisp_Object prop, position; |
| 6037 | ptrdiff_t i, noverlays; | 6037 | ptrdiff_t i, noverlays; |
| 6038 | Lisp_Object *overlay_vec; | 6038 | Lisp_Object *overlay_vec; |
| 6039 | Lisp_Object frame; | ||
| 6040 | ptrdiff_t endpos; | 6039 | ptrdiff_t endpos; |
| 6041 | Lisp_Object propname = mouse ? Qmouse_face : Qface; | 6040 | Lisp_Object propname = mouse ? Qmouse_face : Qface; |
| 6042 | Lisp_Object limit1, end; | 6041 | Lisp_Object limit1, end; |
| @@ -6046,7 +6045,6 @@ face_at_buffer_position (struct window *w, ptrdiff_t pos, | |||
| 6046 | to use the frame and buffer of W, but right now it doesn't. */ | 6045 | to use the frame and buffer of W, but right now it doesn't. */ |
| 6047 | /* eassert (XBUFFER (w->buffer) == current_buffer); */ | 6046 | /* eassert (XBUFFER (w->buffer) == current_buffer); */ |
| 6048 | 6047 | ||
| 6049 | XSETFRAME (frame, f); | ||
| 6050 | XSETFASTINT (position, pos); | 6048 | XSETFASTINT (position, pos); |
| 6051 | 6049 | ||
| 6052 | endpos = ZV; | 6050 | endpos = ZV; |