comparison src/OPERATORS/op-list.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 a1dbe9d80eee
children
comparison
equal deleted inserted replaced
9932:6cb30a539481 9933:ac4b97c6bf8b
39 void 39 void
40 install_list_ops (void) 40 install_list_ops (void)
41 { 41 {
42 INSTALL_ASSIGNANYOP (op_asn_eq, octave_list, assign); 42 INSTALL_ASSIGNANYOP (op_asn_eq, octave_list, assign);
43 } 43 }
44
45 /*
46 ;;; Local Variables: ***
47 ;;; mode: C++ ***
48 ;;; End: ***
49 */