CVS Code -
- nano.c:
- usage():
+ main()
+ - Call load_file with arg 0 for insert, as we aren't really
+ doing an insert, allows new_file() to run if we open a
+ non-file at startup.
+ usage()
- Remove gettext markings from -p/--preserve (Jordi).
do_preserve_msg():
- Unsplit error message into a single fprintf call (Jordi).
fprintf(stderr, _("Main: open file\n"));
#endif
- open_file(filename, 1, 1);
+ open_file(filename, 0, 1);
#ifdef ENABLE_MULTIBUFFER
/* If we're using multibuffers and more than one file is specified
on the command line, load them all and switch to the first one