]> git.eshelyaron.com Git - emacs.git/commitdiff
src/w32fns.c (unwind_create_tip_frame): Fix declaration.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 16 Jul 2013 23:29:05 +0000 (01:29 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 16 Jul 2013 23:29:05 +0000 (01:29 +0200)
src/ChangeLog
src/w32fns.c

index a70058ac690865390bac008b7b11cf32437ad818..62529d8d778d1d74911a0a54fb8233643ff08b5b 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32fns.c (unwind_create_tip_frame): Fix declaration.
+
 2013-07-16  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix w32 bug with call-process-region (Bug#14885).
index eab8a6b8bd2a62acf4419f017f1c8430f28e9419..5d9200bdd7bb06f752e9aadf03aec777b0c541e7 100644 (file)
@@ -318,7 +318,7 @@ x_window_to_frame (struct w32_display_info *dpyinfo, HWND wdesc)
 
 \f
 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 *);