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

Diff of /emacs/src/keyboard.c

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

revision 1.678 by raeburn, Mon May 20 08:05:55 2002 UTC revision 1.679 by rms, Mon May 20 14:49:57 2002 UTC
# Line 7727  read_char_minibuf_menu_prompt (commandfl Line 7727  read_char_minibuf_menu_prompt (commandfl
7727                    if (! char_matches)                    if (! char_matches)
7728                      desc = Fsingle_key_description (event, Qnil);                      desc = Fsingle_key_description (event, Qnil);
7729    
7730    #if 0  /* It is redundant to list the equivalent key bindings because
7731              the prefix is what the user has already typed.  */
7732                    tem                    tem
7733                      = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];                      = XVECTOR (item_properties)->contents[ITEM_PROPERTY_KEYEQ];
7734                    if (!NILP (tem))                    if (!NILP (tem))
7735                      /* Insert equivalent keybinding. */                      /* Insert equivalent keybinding. */
7736                      s = concat2 (s, tem);                      s = concat2 (s, tem);
7737    #endif
7738                    tem                    tem
7739                      = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];                      = XVECTOR (item_properties)->contents[ITEM_PROPERTY_TYPE];
7740                    if (EQ (tem, QCradio) || EQ (tem, QCtoggle))                    if (EQ (tem, QCradio) || EQ (tem, QCtoggle))

Legend:
Removed from v.1.678  
changed lines
  Added in v.1.679

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