comparison liboctave/prog-args.h @ 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
81 81
82 prog_args& operator = (const prog_args&); 82 prog_args& operator = (const prog_args&);
83 }; 83 };
84 84
85 #endif 85 #endif
86
87 /*
88 ;;; Local Variables: ***
89 ;;; mode: C++ ***
90 ;;; End: ***
91 */