aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2008-05-16 02:05:57 +0000
committerMiles Bader2008-05-16 02:05:57 +0000
commitb35f288d478ef137a4d9e8e5a6a5f368a86b01f5 (patch)
tree7e41ba1356910e595354703df2f9bde4255c359c /src
parent5833346788468ca47efb5c833528a12b4235a511 (diff)
parent62867b112dc73f1ff2fc5156398850f1c8edd33b (diff)
downloademacs-b35f288d478ef137a4d9e8e5a6a5f368a86b01f5.tar.gz
emacs-b35f288d478ef137a4d9e8e5a6a5f368a86b01f5.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1166
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/macterm.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 089afb97ecc..9c5c073fc79 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12008-05-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (x_draw_relief_rect): Remove unused variable `dpy'.
4
12008-05-15 Kenichi Handa <handa@m17n.org> 52008-05-15 Kenichi Handa <handa@m17n.org>
2 6
3 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font 7 * font.c (font_find_for_lface): Reflect LFACE_FONT in the font
diff --git a/src/macterm.c b/src/macterm.c
index 2e9e6a3c2a1..0542b043f8e 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -3550,7 +3550,6 @@ x_draw_relief_rect (f, left_x, top_y, right_x, bottom_y, width,
3550 int top_p, bot_p, left_p, right_p, raised_p; 3550 int top_p, bot_p, left_p, right_p, raised_p;
3551 Rect *clip_rect; 3551 Rect *clip_rect;
3552{ 3552{
3553 Display *dpy = FRAME_MAC_DISPLAY (f);
3554 int i; 3553 int i;
3555 GC gc; 3554 GC gc;
3556 3555