Mercurial > hg > octave-nkf
comparison src/defaults.h.in @ 10161:6a88b00c5ad6
remove Emacs local-variable settings from additional source files in src directory
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 20 Jan 2010 20:44:42 -0500 |
parents | eb63fbe60fab |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
10160:cd96d29c5efa | 10161:6a88b00c5ad6 |
---|---|
211 | 211 |
212 extern void set_exec_path (const std::string& path = std::string ()); | 212 extern void set_exec_path (const std::string& path = std::string ()); |
213 extern void set_image_path (const std::string& path = std::string ()); | 213 extern void set_image_path (const std::string& path = std::string ()); |
214 | 214 |
215 #endif | 215 #endif |
216 | |
217 /* | |
218 ;;; Local Variables: *** | |
219 ;;; mode: C++ *** | |
220 ;;; page-delimiter: "^/\\*" *** | |
221 ;;; End: *** | |
222 */ |