comparison src/graphics.cc @ 10160:cd96d29c5efa

remove Emacs local-variable settings from source files in src directory
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 20:39:26 -0500
parents 2cd940306a06
children 8c583af2cf64
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
5811 else 5811 else
5812 error ("%s: invalid handle (= %g)", func.c_str(), handle); 5812 error ("%s: invalid handle (= %g)", func.c_str(), handle);
5813 5813
5814 return ret; 5814 return ret;
5815 } 5815 }
5816
5817 /*
5818 ;;; Local Variables: ***
5819 ;;; mode: C++ ***
5820 ;;; End: ***
5821 */