summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2010-09-18 18:21:16 +0200
committerStefan Monnier <monnier@iro.umontreal.ca>2010-09-18 18:21:16 +0200
commitf5632fb6c2392305e3a6f5231d219d5a72363734 (patch)
tree6692bd8a3dddf6f4926fad1112b6cbfff4ee3164 /test
parentf816790bfbda2b22bd6b6b317549a15a65edd560 (diff)
downloademacs-f5632fb6c2392305e3a6f5231d219d5a72363734.tar.gz
* 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'.
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/indent/octave.m4
2 files changed, 6 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 12238560dc9..0f4d4d044a6 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * indent/octave.m: Remove one more `fixindent'. Use `end'.
+
2010-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
* indent/octave.m: Remove some `fixindent' not needed any more.
diff --git a/test/indent/octave.m b/test/indent/octave.m
index 61db73b91e8..dc6f8448152 100644
--- a/test/indent/octave.m
+++ b/test/indent/octave.m
@@ -6,7 +6,7 @@ function res = tcomp (fn)
if nargin ~= 1
print_usage()
- endif
+ end
data = dlmread(fn, 3, 0);
@@ -1412,7 +1412,7 @@ function create_pkgadddel (desc, packdir, nm, global_install)
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"));