Deleted Added
full compact
2c2
< * Copyright (C) 1984-2002 Mark Nudelman
---
> * Copyright (C) 1984-2005 Mark Nudelman
324a325,332
> if (was_curr_ifile == ifile)
> {
> /*
> * Whoops. The "current" ifile is the one we just deleted.
> * Just give up.
> */
> quit(QUIT_ERROR);
> }
501c509
< * Edit the next or previous file in the command line (ifile) list.
---
> * Edit the n-th next or previous file in the command line (ifile) list.
550c558
< return (edit_istep(h, n, 1));
---
> return (edit_istep(h, n, +1));
557c565
< return edit_istep(curr_ifile, n, 1);
---
> return edit_istep(curr_ifile, n, +1);