aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-02 01:47:07 -0700
committerPaul Eggert2012-08-02 01:47:07 -0700
commitc71f515666d0ac7e509fe3a5e7e266bc0f428785 (patch)
tree8e3313f00335fc122e47f3cb2ae017ea8df20dea /src/ChangeLog
parentf47188fe02941174dcf6086abc397d296a83feb7 (diff)
downloademacs-c71f515666d0ac7e509fe3a5e7e266bc0f428785.tar.gz
emacs-c71f515666d0ac7e509fe3a5e7e266bc0f428785.zip
* xfaces.c (face_at_buffer_position): Remove unused local.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1cd500b6053..f23865323c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 12012-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):