From b1dc4084264128eb303198f8b5cb6d70ee3b3034 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 17 Jul 2013 01:29:05 +0200 Subject: [PATCH] src/w32fns.c (unwind_create_tip_frame): Fix declaration. --- src/ChangeLog | 4 ++++ src/w32fns.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index a70058ac690..62529d8d778 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-07-16 Juanma Barranquero + + * w32fns.c (unwind_create_tip_frame): Fix declaration. + 2013-07-16 Paul Eggert Fix w32 bug with call-process-region (Bug#14885). diff --git a/src/w32fns.c b/src/w32fns.c index eab8a6b8bd2..5d9200bdd7b 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -318,7 +318,7 @@ x_window_to_frame (struct w32_display_info *dpyinfo, HWND wdesc) static Lisp_Object unwind_create_frame (Lisp_Object); -static Lisp_Object unwind_create_tip_frame (Lisp_Object); +static void unwind_create_tip_frame (Lisp_Object); static void my_create_window (struct frame *); static void my_create_tip_window (struct frame *); -- 2.11.4.GIT