From: Adrian Robert Date: Fri, 3 Oct 2008 19:09:22 +0000 (+0000) Subject: * menu.c (find_and_return_menu_selection) Add cast. X-Git-Tag: emacs-pretest-23.0.90~2661 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52e858e558ccd4ff2b9f4a00920e3f50970449c6;p=emacs.git * menu.c (find_and_return_menu_selection) Add cast. --- diff --git a/src/ChangeLog b/src/ChangeLog index fb3515511f9..4b18b9412dc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2,6 +2,7 @@ * image.c (x_clear_image_1): Under NS, call ns_free_indexed_color with correct arguments. + * menu.c (find_and_return_menu_selection) Add cast. 2008-10-03 Glenn Morris