comparison liboctave/oct-md5.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 acd5e9df38f8
children 07ebe522dac2
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
74 (*current_liboctave_error_handler) ("unable to open file `%s' for reading", 74 (*current_liboctave_error_handler) ("unable to open file `%s' for reading",
75 file.c_str()); 75 file.c_str());
76 76
77 return retval; 77 return retval;
78 } 78 }
79
80 /*
81 ;;; Local Variables: ***
82 ;;; mode: C++ ***
83 ;;; End: ***
84 */