Mercurial > hg > octave-nkf
comparison src/load-save.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 | 31436dcf7d0f |
children | 2d47356a7a1a |
comparison
equal
deleted
inserted
replaced
10159:9f0e7bfe63e5 | 10160:cd96d29c5efa |
---|---|
1835 @seealso{strftime, save}\n\ | 1835 @seealso{strftime, save}\n\ |
1836 @end deftypefn") | 1836 @end deftypefn") |
1837 { | 1837 { |
1838 return SET_INTERNAL_VARIABLE (save_header_format_string); | 1838 return SET_INTERNAL_VARIABLE (save_header_format_string); |
1839 } | 1839 } |
1840 | |
1841 /* | |
1842 ;;; Local Variables: *** | |
1843 ;;; mode: C++ *** | |
1844 ;;; End: *** | |
1845 */ |