aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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 fbd27021b5c..43648ad1bb1 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-03-05 Paul Eggert <eggert@cs.ucla.edu>
2
3 * indent/octave.m: Fix encoding error in comment. Add coding tag.
4
12013-02-28 Fabián Ezequiel Gallina <fgallina@cuca> 52013-02-28 Fabián Ezequiel Gallina <fgallina@cuca>
2 6
3 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix. 7 * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
diff --git a/test/indent/octave.m b/test/indent/octave.m
index 4c2fa6c8435..bc7784f1ba2 100644
--- a/test/indent/octave.m
+++ b/test/indent/octave.m
@@ -1,4 +1,4 @@
1## -*- octave -*- 1## -*- mode: octave; coding: utf-8 -*-
2 2
3function res = tcomp (fn) 3function res = tcomp (fn)
4 %% res = tcomp (fn) 4 %% res = tcomp (fn)
@@ -35,7 +35,7 @@ function res = tcomp (fn)
35 35
36endfunction 36endfunction
37 37
38## Copyright (C) 2005, 2006, 2007, 2008, 2009 Sren Hauberg 38## Copyright (C) 2005, 2006, 2007, 2008, 2009 Søren Hauberg
39## 39##
40## This file is part of Octave. 40## This file is part of Octave.
41## 41##