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

Diff of /emacs/src/undo.c

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

revision 1.53 by pj, Sun Oct 21 12:11:39 2001 UTC revision 1.54 by pj, Fri Nov 2 20:34:18 2001 UTC
# Line 407  Return what remains of the list.  */) Line 407  Return what remains of the list.  */)
407      list = Fcdr (list);      list = Fcdr (list);
408  #endif  #endif
409    
410    CHECK_NUMBER (n, 0);    CHECK_NUMBER (n);
411    arg = XINT (n);    arg = XINT (n);
412    next = Qnil;    next = Qnil;
413    GCPRO2 (next, list);    GCPRO2 (next, list);

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.54

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