aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-18 06:57:36 +0000
committerRichard M. Stallman1994-03-18 06:57:36 +0000
commit2436c0290978cb9a7c6397aa277fb3f906660896 (patch)
tree5444598123f8cf3380ddd362d26bd5d64c91e1ed /src
parentf32b54d420f23e5da7b9b89f06daff69d7b31511 (diff)
downloademacs-2436c0290978cb9a7c6397aa277fb3f906660896.tar.gz
emacs-2436c0290978cb9a7c6397aa277fb3f906660896.zip
(list_of_items): Arg to push_menu_item was missing.
Diffstat (limited to 'src')
-rw-r--r--src/xmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index 4a38b7f3bc5..0b6917664b4 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -608,7 +608,7 @@ list_of_items (pane)
608 { 608 {
609 item = Fcar (tail); 609 item = Fcar (tail);
610 if (STRINGP (item)) 610 if (STRINGP (item))
611 push_menu_item (item, Qnil, Qnil); 611 push_menu_item (item, Qnil, Qnil, Qnil);
612 else 612 else
613 { 613 {
614 CHECK_CONS (item, 0); 614 CHECK_CONS (item, 0);