]> code.delx.au - gnu-emacs/commitdiff
(list_of_items): Arg to push_menu_item was missing.
authorRichard M. Stallman <rms@gnu.org>
Fri, 18 Mar 1994 06:57:36 +0000 (06:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 18 Mar 1994 06:57:36 +0000 (06:57 +0000)
src/xmenu.c

index 4a38b7f3bc5abb925a9b1be595dfc700e00c6718..0b6917664b46077d2bff003649ff4faf7dcb2a7c 100644 (file)
@@ -608,7 +608,7 @@ list_of_items (pane)
     {
       item = Fcar (tail);
       if (STRINGP (item))
-       push_menu_item (item, Qnil, Qnil);
+       push_menu_item (item, Qnil, Qnil, Qnil);
       else
        {
          CHECK_CONS (item, 0);