comparison src/OPERATORS/op-sm-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 fb6b6fcafa62
children fd0a3ac60b0e
comparison
equal deleted inserted replaced
9932:6cb30a539481 9933:ac4b97c6bf8b
171 171
172 INSTALL_CATOP (octave_sparse_matrix, octave_scalar, sm_s); 172 INSTALL_CATOP (octave_sparse_matrix, octave_scalar, sm_s);
173 173
174 INSTALL_ASSIGNOP (op_asn_eq, octave_sparse_matrix, octave_scalar, assign); 174 INSTALL_ASSIGNOP (op_asn_eq, octave_sparse_matrix, octave_scalar, assign);
175 } 175 }
176
177 /*
178 ;;; Local Variables: ***
179 ;;; mode: C++ ***
180 ;;; End: ***
181 */