comparison liboctave/prog-args.cc @ 10158:4c0cdbe0acca

remove Emacs local-variable settings from liboctave source files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 19:04:35 -0500
parents a1dbe9d80eee
children a552859b009a
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
58 void 58 void
59 prog_args::init (void) 59 prog_args::init (void)
60 { 60 {
61 ::optind = 0; 61 ::optind = 0;
62 } 62 }
63
64 /*
65 ;;; Local Variables: ***
66 ;;; mode: C++ ***
67 ;;; End: ***
68 */