aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 16:44:38 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-09 16:44:38 +0000
commit69a4efaf66fa3750dd2e7ddb2dfa31ed67faaacc (patch)
tree9e786b227b2519060d9e77321a63f94b550300af
parent0abbe4c1e61f7010a8efc663fc420bc797572f80 (diff)
downloadruby-69a4efaf66fa3750dd2e7ddb2dfa31ed67faaacc.tar.gz
* sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
not encoding. * sample/mine.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog7
-rw-r--r--sample/drb/dhasenc.rb2
-rwxr-xr-x[-rw-r--r--]sample/mine.rb2
3 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index aab88e3531..0251f1e9ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Sep 10 01:37:55 2011 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
+ not encoding.
+
+ * sample/mine.rb: ditto.
+
Fri Sep 9 21:56:40 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
diff --git a/sample/drb/dhasenc.rb b/sample/drb/dhasenc.rb
index 1c0c153b5b..dddac9882c 100644
--- a/sample/drb/dhasenc.rb
+++ b/sample/drb/dhasenc.rb
@@ -1,4 +1,4 @@
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
=begin
distributed Ruby --- dRuby Sample Client -- chasen client
Copyright (c) 1999-2001 Masatoshi SEKI
diff --git a/sample/mine.rb b/sample/mine.rb
index a8711a25ab..a841d1a60a 100644..100755
--- a/sample/mine.rb
+++ b/sample/mine.rb
@@ -1,5 +1,5 @@
#! /usr/bin/ruby -Ku
-# -*- encoding: utf-8 -*-
+# -*- coding: utf-8 -*-
class Board
def clr