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

Diff of /emacs/src/cmds.c

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

revision 1.85.2.1 by handa, Fri Mar 1 01:06:01 2002 UTC revision 1.85.2.2 by fx, Wed Jul 3 22:05:12 2002 UTC
# Line 297  Whichever character you type to run this Line 297  Whichever character you type to run this
297    CHECK_NUMBER (n);    CHECK_NUMBER (n);
298    
299    /* Barf if the key that invoked this was not a character.  */    /* Barf if the key that invoked this was not a character.  */
300    if (!INTEGERP (last_command_char))    if (!CHARACTERP (last_command_char))
301      bitch_at_user ();      bitch_at_user ();
302    else if (XINT (n) >= 2 && NILP (current_buffer->overwrite_mode))    else if (XINT (n) >= 2 && NILP (current_buffer->overwrite_mode))
303      {      {

Legend:
Removed from v.1.85.2.1  
changed lines
  Added in v.1.85.2.2

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