aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-06 03:46:28 +0300
committerDmitry Gutov2013-10-06 03:46:28 +0300
commit5cd9cda9b61159051825a2c5ae2700bf280e2cf2 (patch)
tree1599c8a62f4ade9f210af9857dabc7bdcdc126f2 /test/ChangeLog
parentda9ea6d9803d6a12f93ed7b2effd85e254b390e8 (diff)
downloademacs-5cd9cda9b61159051825a2c5ae2700bf280e2cf2.tar.gz
emacs-5cd9cda9b61159051825a2c5ae2700bf280e2cf2.zip
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Dedent `ensure'
keyword, too. * test/indent/ruby.rb: Fix a syntax error, add a few failing examples.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index ac98b1c3040..bc9addb810b 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12013-10-06 Dmitry Gutov <dgutov@yandex.ru>
2
3 * indent/ruby.rb: Fix a syntax error, add a few failing examples.
4
12013-10-05 Stefan Monnier <monnier@iro.umontreal.ca> 52013-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el. 7 * indent/ruby.rb: Port a few cases from automated/ruby-mode-tests.el.