diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/ChangeLog | 4 | ||||
| -rw-r--r-- | test/indent/octave.m | 4 |
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 @@ | |||
| 1 | 2013-03-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * indent/octave.m: Fix encoding error in comment. Add coding tag. | ||
| 4 | |||
| 1 | 2013-02-28 Fabián Ezequiel Gallina <fgallina@cuca> | 5 | 2013-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 | ||
| 3 | function res = tcomp (fn) | 3 | function res = tcomp (fn) |
| 4 | %% res = tcomp (fn) | 4 | %% res = tcomp (fn) |
| @@ -35,7 +35,7 @@ function res = tcomp (fn) | |||
| 35 | 35 | ||
| 36 | endfunction | 36 | endfunction |
| 37 | 37 | ||
| 38 | ## Copyright (C) 2005, 2006, 2007, 2008, 2009 S�ren 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 | ## |