From 2054a6c3119c1115782bf7897747c4c71e9fbadb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Mar 2013 00:06:54 -0800 Subject: [PATCH] * indent/octave.m: Fix encoding error in comment. Add coding tag. --- test/ChangeLog | 4 ++++ 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 @@ +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. ## -- 2.39.2