comparison src/OPERATORS/op-cs-s.cc @ 9933:ac4b97c6bf8b

eliminate Emacs local variables from some files
author John W. Eaton <jwe@octave.org>
date Mon, 07 Dec 2009 16:18:28 -0500
parents 3ee9029931b3
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
9932:6cb30a539481 9933:ac4b97c6bf8b
143 143
144 INSTALL_CATOP (octave_complex, octave_scalar, cs_s); 144 INSTALL_CATOP (octave_complex, octave_scalar, cs_s);
145 145
146 INSTALL_ASSIGNCONV (octave_complex, octave_scalar, octave_complex_matrix); 146 INSTALL_ASSIGNCONV (octave_complex, octave_scalar, octave_complex_matrix);
147 } 147 }
148
149 /*
150 ;;; Local Variables: ***
151 ;;; mode: C++ ***
152 ;;; End: ***
153 */