comparison src/DLD-FUNCTIONS/betainc.cc @ 10155:d0ce5e973937

DLD-FUNCTIONS/*.cc: delete Emacs local-variables settings
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 17:40:53 -0500
parents 40dfc0c99116
children 89f4d7e294cc
comparison
equal deleted inserted replaced
10154:40dfc0c99116 10155:d0ce5e973937
326 326
327 %% test/octave.test/arith/betainc-4.m 327 %% test/octave.test/arith/betainc-4.m
328 %!error <Invalid call to betainc.*> betainc(1,2); 328 %!error <Invalid call to betainc.*> betainc(1,2);
329 329
330 */ 330 */
331
332 /*
333 ;;; Local Variables: ***
334 ;;; mode: C++ ***
335 ;;; End: ***
336 */
337