comparison src/load-path.h @ 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 8e345f2fe4d6
children f3b65e1ae355
comparison
equal deleted inserted replaced
10159:9f0e7bfe63e5 10160:cd96d29c5efa
528 528
529 extern void execute_pkg_add (const std::string& dir); 529 extern void execute_pkg_add (const std::string& dir);
530 extern void execute_pkg_del (const std::string& dir); 530 extern void execute_pkg_del (const std::string& dir);
531 531
532 #endif 532 #endif
533
534 /*
535 ;;; Local Variables: ***
536 ;;; mode: C++ ***
537 ;;; page-delimiter: "^/\\*" ***
538 ;;; End: ***
539 */