Mercurial > hg > octave-lyh
comparison src/oct-map.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 | b4fdfee405b5 |
children | 57a59eae83cc |
comparison
equal
deleted
inserted
replaced
10159:9f0e7bfe63e5 | 10160:cd96d29c5efa |
---|---|
531 %!# test preservation of key order by indexing | 531 %!# test preservation of key order by indexing |
532 %!test | 532 %!test |
533 %! x(1, 1).d = 10; x(4, 6).a = "b"; x(2, 4).f = 27; | 533 %! x(1, 1).d = 10; x(4, 6).a = "b"; x(2, 4).f = 27; |
534 %! assert (fieldnames (x([1, 2], [2:5])), {"d"; "a"; "f"}); | 534 %! assert (fieldnames (x([1, 2], [2:5])), {"d"; "a"; "f"}); |
535 */ | 535 */ |
536 | |
537 /* | |
538 ;;; Local Variables: *** | |
539 ;;; mode: C++ *** | |
540 ;;; End: *** | |
541 */ |