]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_popup_menu): Initialize error_name to NULL.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 18 Apr 2005 09:41:15 +0000 (09:41 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 18 Apr 2005 09:41:15 +0000 (09:41 +0000)
src/ChangeLog
src/xmenu.c

index 2a253f1f8fccb3365277dc14659f2bd97c5a357a..a9ecedf1c535f1431eeed8c31f19b620a9b6fb2e 100644 (file)
@@ -1,3 +1,7 @@
+2005-04-18  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * xmenu.c (Fx_popup_menu): Initialize error_name to NULL.
+
 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * macterm.c (XTread_socket): Don't beep on keyboard input even if
index 63b2bf95f91704fb5ffb4c9345b972bcb7026072..581a5ce6cd24937ed29d8ff5854565a127e1d24a 100644 (file)
@@ -771,7 +771,7 @@ cached information about equivalent key sequences.  */)
   Lisp_Object keymap, tem;
   int xpos = 0, ypos = 0;
   Lisp_Object title;
-  char *error_name;
+  char *error_name = NULL;
   Lisp_Object selection;
   FRAME_PTR f = NULL;
   Lisp_Object x, y, window;