comparison liboctave/oct-syscalls.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 0522a65bcd56
comparison
equal deleted inserted replaced
10157:cf17f22f1fd4 10158:4c0cdbe0acca
449 msg = "popen2: pipe creation failed -- " + msg; 449 msg = "popen2: pipe creation failed -- " + msg;
450 450
451 return -1; 451 return -1;
452 #endif 452 #endif
453 } 453 }
454
455 /*
456 ;;; Local Variables: ***
457 ;;; mode: C++ ***
458 ;;; End: ***
459 */