From: Paul Eggert Date: Tue, 5 Mar 2013 08:06:54 +0000 (-0800) Subject: * indent/octave.m: Fix encoding error in comment. Add coding tag. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~623 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2054a6c3119c1115782bf7897747c4c71e9fbadb;p=emacs.git * indent/octave.m: Fix encoding error in comment. Add coding tag. --- diff --git a/test/ChangeLog b/test/ChangeLog index fbd27021b5c..43648ad1bb1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,7 @@ +2013-03-05 Paul Eggert + + * indent/octave.m: Fix encoding error in comment. Add coding tag. + 2013-02-28 Fabián Ezequiel Gallina * 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 @@ -## -*- octave -*- +## -*- mode: octave; coding: utf-8 -*- function res = tcomp (fn) %% res = tcomp (fn) @@ -35,7 +35,7 @@ function res = tcomp (fn) endfunction -## Copyright (C) 2005, 2006, 2007, 2008, 2009 S�ren Hauberg +## Copyright (C) 2005, 2006, 2007, 2008, 2009 Søren Hauberg ## ## This file is part of Octave. ##