Add Emacs local variables for UTF-8.
authorLudovic Courtès <ludo@gnu.org>
Thu, 9 Aug 2007 22:44:38 +0000 (22:44 +0000)
committerLudovic Courtès <ludo@gnu.org>
Thu, 9 Aug 2007 22:44:38 +0000 (22:44 +0000)
gdb/ChangeLog
gdb/MAINTAINERS

index eedb1cc..914fe17 100644 (file)
@@ -1,3 +1,8 @@
+2007-08-10  Ludovic Courtès  <ludo@gnu.org>
+
+       * MAINTAINERS: Add Emacs local variables to use UTF-8 upon
+       opening.
+
 2007-08-09  Ludovic Courtès  <ludo@gnu.org>
 
        * MAINTAINERS (Write After Approval): Add myself.
@@ -6236,4 +6241,5 @@ mode: change-log
 left-margin: 8
 fill-column: 74
 version-control: never
+coding: utf-8
 End:
index a70cd6c..982e60b 100644 (file)
@@ -617,3 +617,7 @@ Michael Chastain (testsuite)                        mec.gnu at mindspring dot com
 Folks that have been caught up in a paper trail:
 
 David Carlton                                  carlton@bactrian.org
+
+;; Local Variables:
+;; coding: utf-8
+;; End: