/[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.796 by kfstorm, Mon Nov 15 23:32:52 2004 UTC revision 1.797 by monnier, Thu Nov 25 22:17:49 2004 UTC
# Line 1618  command_loop_1 () Line 1618  command_loop_1 ()
1618        if (NILP (Vthis_command))        if (NILP (Vthis_command))
1619          {          {
1620            /* nil means key is undefined.  */            /* nil means key is undefined.  */
1621              Lisp_Object keys = Fvector (i, keybuf);
1622              keys = Fkey_description (keys, Qnil);
1623            bitch_at_user ();            bitch_at_user ();
1624              message_with_string ("%s is undefined", keys, 0);
1625            current_kboard->defining_kbd_macro = Qnil;            current_kboard->defining_kbd_macro = Qnil;
1626            update_mode_lines = 1;            update_mode_lines = 1;
1627            current_kboard->Vprefix_arg = Qnil;            current_kboard->Vprefix_arg = Qnil;

Legend:
Removed from v.1.796  
changed lines
  Added in v.1.797

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