# HG changeset patch # User Paul Reilly # Date 758668250 0 # Node ID a8f081e90aeec6d893a6ed6a4987f56f28ae73ba # Parent 8353962cfd74b92d60b4994c7fa883a76b88fc96 Comment change. diff -r 8353962cfd74 -r a8f081e90aee src/xmenu.c --- a/src/xmenu.c Sat Jan 15 16:24:47 1994 +0000 +++ b/src/xmenu.c Sat Jan 15 21:10:50 1994 +0000 @@ -339,7 +339,7 @@ Window parent; int startx, starty; /* upper left corner position BROKEN */ char **line_list[]; /* list of strings for items */ - int *enable_list[]; /* list of strings for items */ + int *enable_list[]; /* enable flags of lines */ char *pane_list[]; /* list of pane titles */ Lisp_Object *prefixes; /* Prefix key for each pane */ char *title;