aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-22 14:12:42 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-22 14:12:42 +0000
commitddb9c34d16093723b961bf33eb2b62f20655a38e (patch)
treed082de3533146a2b6770b7b65cb4fb2d56d01324
parent9545483ad3b5fcc414dcdd681aca5cbb778ff858 (diff)
downloadruby-ddb9c34d16093723b961bf33eb2b62f20655a38e.tar.gz
Correct the previous log entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3100134cf..eef613209d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Tue Jan 22 22:58:03 2013 Akinori MUSHA <knu@iDaemons.org>
* misc/ruby-electric.el (ruby-electric-curlies): Fix the bug where
- an open curly is always replaced with a hash sign.
+ an open curly inserted in a string is always replaced with a
+ hash sign.
Mon Jan 21 15:41:33 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>