aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJoakim Verona2013-05-29 09:57:21 +0200
committerJoakim Verona2013-05-29 09:57:21 +0200
commit4f0994366d33f8f76db4662cc126720866df3461 (patch)
treebcd298449e72c3c5e103fa592a5c137a71664067 /test
parent4c71f9d37642209c3636b173b364ece36c38b57b (diff)
parent03983bdcc404a0e813857be4f5abae4849b47d91 (diff)
downloademacs-4f0994366d33f8f76db4662cc126720866df3461.tar.gz
emacs-4f0994366d33f8f76db4662cc126720866df3461.zip
Merge remote-tracking branch 'origin/trunk' into xwidget
Diffstat (limited to 'test')
-rw-r--r--test/ChangeLog4
-rw-r--r--test/indent/octave.m2
2 files changed, 5 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 8ab70c98c82..56e019ec4af 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-05-29 Leo Liu <sdl.web@gmail.com>
2
3 * indent/octave.m: Tweak.
4
12013-05-26 Aidan Gauland <aidalgol@amuri.net> 52013-05-26 Aidan Gauland <aidalgol@amuri.net>
2 6
3 * tests/eshell.el: Rewrite tests using ERT. 7 * tests/eshell.el: Rewrite tests using ERT.
diff --git a/test/indent/octave.m b/test/indent/octave.m
index 55f8cc045f4..e5bae850589 100644
--- a/test/indent/octave.m
+++ b/test/indent/octave.m
@@ -2311,7 +2311,7 @@ function dep = is_architecture_dependent (nm)
2311 ext(end) = []; 2311 ext(end) = [];
2312 else 2312 else
2313 isglob = false; # I am a test 2313 isglob = false; # I am a test
2314 # me too 2314 #%% me too
2315### I shall align to column 0 2315### I shall align to column 0
2316 endif 2316 endif
2317 pos = findstr (nm, ext); 2317 pos = findstr (nm, ext);