* indent/octave.m: Fix encoding error in comment. Add coding tag.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 08:06:54 +0000 (00:06 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Mar 2013 08:06:54 +0000 (00:06 -0800)
test/ChangeLog
test/indent/octave.m

index fbd2702..43648ad 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * indent/octave.m: Fix encoding error in comment.  Add coding tag.
+
 2013-02-28  Fabián Ezequiel Gallina  <fgallina@cuca>
 
        * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.
index 4c2fa6c..bc7784f 100644 (file)
@@ -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 Sren Hauberg
+## Copyright (C) 2005, 2006, 2007, 2008, 2009 Søren Hauberg
 ##
 ## This file is part of Octave.
 ##