comparison liboctave/oct-alloc.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 07ebe522dac2
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
101 retval = false; 101 retval = false;
102 } 102 }
103 103
104 return retval; 104 return retval;
105 } 105 }
106
107 /*
108 ;;; Local Variables: ***
109 ;;; mode: C++ ***
110 ;;; End: ***
111 */