diff liboctave/oct-getopt.c @ 10158:4c0cdbe0acca

remove Emacs local-variable settings from liboctave source files
author John W. Eaton <jwe@octave.org>
date Wed, 20 Jan 2010 19:04:35 -0500
parents a1dbe9d80eee
children
line wrap: on
line diff
--- a/liboctave/oct-getopt.c
+++ b/liboctave/oct-getopt.c
@@ -38,10 +38,3 @@
 {
   return getopt_long (argc, argv, options, long_options, opt_index);
 }
-
-
-/*
-;;; Local Variables: ***
-;;; mode: C++ ***
-;;; End: ***
-*/