emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111943: * indent/octave.m: Fix encod


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111943: * indent/octave.m: Fix encoding error in comment. Add coding tag.
Date: Tue, 05 Mar 2013 00:06:54 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111943
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-03-05 00:06:54 -0800
message:
  * indent/octave.m: Fix encoding error in comment.  Add coding tag.
modified:
  test/ChangeLog
  test/indent/octave.m
=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2013-02-28 06:30:48 +0000
+++ b/test/ChangeLog    2013-03-05 08:06:54 +0000
@@ -1,3 +1,7 @@
+2013-03-05  Paul Eggert  <address@hidden>
+
+       * indent/octave.m: Fix encoding error in comment.  Add coding tag.
+
 2013-02-28  Fabián Ezequiel Gallina  <address@hidden>
 
        * automated/python-tests.el (python-tests-with-temp-buffer): Doc fix.

=== modified file 'test/indent/octave.m'
--- a/test/indent/octave.m      2011-11-23 07:03:56 +0000
+++ b/test/indent/octave.m      2013-03-05 08:06:54 +0000
@@ -1,4 +1,4 @@
-## -*- octave -*-
+## -*- mode: octave; coding: utf-8 -*-
 
 function res = tcomp (fn)
   %% res = tcomp (fn)
@@ -35,7 +35,7 @@
 
 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.
 ##


reply via email to

[Prev in Thread] Current Thread [Next in Thread]