/[emacs]/emacs/src/macmenu.c
ViewVC logotype

Diff of /emacs/src/macmenu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11.2.4 by miles, Sat Sep 4 09:14:27 2004 UTC revision 1.11.2.5 by miles, Thu Oct 14 08:49:54 2004 UTC
# Line 1322  update_submenu_strings (first_wv) Line 1322  update_submenu_strings (first_wv)
1322    
1323    for (wv = first_wv; wv; wv = wv->next)    for (wv = first_wv; wv; wv = wv->next)
1324      {      {
1325        if (wv->lname && ! NILP (wv->lname))        if (STRINGP (wv->lname))
1326          {          {
1327            wv->name = SDATA (wv->lname);            wv->name = SDATA (wv->lname);
1328    
# Line 1336  update_submenu_strings (first_wv) Line 1336  update_submenu_strings (first_wv)
1336              }              }
1337          }          }
1338    
1339        if (wv->lkey && ! NILP (wv->lkey))        if (STRINGP (wv->lkey))
1340          wv->key = SDATA (wv->lkey);          wv->key = SDATA (wv->lkey);
1341    
1342        if (wv->contents)        if (wv->contents)

Legend:
Removed from v.1.11.2.4  
changed lines
  Added in v.1.11.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26