summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-18 17:38:04 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-18 17:38:04 +0000
commit616084fd976a4e083722e32818f95c304903534f (patch)
treed6e6067074bf65c34eb876c078cd7ca903552ac8 /ChangeLog
parent30034b5536207c5a3fbc5ef8b8670cc74b96f382 (diff)
* misc/ruby-electric.el (ruby-electric-delete-backward-char):
Introduce electric DEL that deletes what the previous electric command has input. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0861841a02..46695b15a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-Sun May 19 02:27:21 2013 Akinori MUSHA <knu@iDaemons.org>
+Sun May 19 02:30:00 2013 Akinori MUSHA <knu@iDaemons.org>
+
+ * misc/ruby-electric.el (ruby-electric-delete-backward-char):
+ Introduce electric DEL that deletes what the previous electric
+ command has input.
* misc/ruby-electric.el (ruby-electric-matching-char): Make
electric quotes work again at the end of buffer.