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

Diff of /emacs/src/xmenu.c

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

revision 1.245 by monnier, Sun May 4 01:27:32 2003 UTC revision 1.246 by schwab, Sat May 10 16:14:35 2003 UTC
# Line 1  Line 1 
1  /* X Communication module for terminals which understand the X protocol.  /* X Communication module for terminals which understand the X protocol.
2     Copyright (C) 1986, 88, 93, 94, 96, 99, 2000, 2001     Copyright (C) 1986, 88, 93, 94, 96, 99, 2000, 2001, 2003
3     Free Software Foundation, Inc.     Free Software Foundation, Inc.
4    
5  This file is part of GNU Emacs.  This file is part of GNU Emacs.
# Line 417  struct skp Line 417  struct skp
417    };    };
418    
419  static void single_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,  static void single_menu_item P_ ((Lisp_Object, Lisp_Object, Lisp_Object,
420                                    struct skp*));                                    void *));
421    
422  /* This is a recursive subroutine of keymap_panes.  /* This is a recursive subroutine of keymap_panes.
423     It handles one keymap, KEYMAP.     It handles one keymap, KEYMAP.
# Line 489  single_keymap_panes (keymap, pane_name, Line 489  single_keymap_panes (keymap, pane_name,
489     not.  */     not.  */
490    
491  static void  static void
492  single_menu_item (key, item, dummy, skp)  single_menu_item (key, item, dummy, skp_v)
493       Lisp_Object key, item, dummy;       Lisp_Object key, item, dummy;
494       struct skp *skp;       void *skp_v;
495  {  {
496    Lisp_Object map, item_string, enabled;    Lisp_Object map, item_string, enabled;
497    struct gcpro gcpro1, gcpro2;    struct gcpro gcpro1, gcpro2;
498    int res;    int res;
499      struct skp *skp = skp_v;
500    
501    /* Parse the menu item and leave the result in item_properties.  */    /* Parse the menu item and leave the result in item_properties.  */
502    GCPRO2 (key, item);    GCPRO2 (key, item);

Legend:
Removed from v.1.245  
changed lines
  Added in v.1.246

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