diff test/indent/octave.m @ 110417:8a3552ec7934

* lisp/indent.el (indent-according-to-mode): Apply syntax-propertize. (indent-region): Use indent-according-to-mode. * test/indent/octave.m: Remove one more `fixindent'. Use `end'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 18 Sep 2010 18:21:16 +0200
parents b10051866f51
children a8b7e7d8b686
line wrap: on
line diff
--- a/test/indent/octave.m	Sat Sep 18 17:50:06 2010 +0200
+++ b/test/indent/octave.m	Sat Sep 18 18:21:16 2010 +0200
@@ -6,7 +6,7 @@
 	 
   if nargin ~= 1
     print_usage()
-  endif
+  end
 
   data = dlmread(fn, 3, 0);
 
@@ -1412,7 +1412,7 @@
     for i = 1:length (lst)
       nam = fullfile (packdir, "inst", lst(i).name);
       fwrite (instfid, extract_pkg (nam, ['^[#%][#%]* *' nm ': *(.*)$']));
-    endfor                                   # fixindent
+    endfor
 
     ## Search all C++ source files for PKG commands.
     lst = dir (fullfile (packdir, "src", "*.cc"));