diff options
| author | Dmitry Gutov | 2013-12-14 08:46:13 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2013-12-14 08:46:13 +0200 |
| commit | 276bc3337b27bcd76aa2735ed96c160c6a1b573a (patch) | |
| tree | 998438a0496b773195c79bd11f9372d06497d96f /test/ChangeLog | |
| parent | dc7909c40a5524af650a7d4233f393a43bf6706c (diff) | |
| download | emacs-276bc3337b27bcd76aa2735ed96c160c6a1b573a.tar.gz emacs-276bc3337b27bcd76aa2735ed96c160c6a1b573a.zip | |
Fix bug#16118
* lisp/progmodes/ruby-mode.el (ruby-smie-rules): Return nil before
open-paren tokens when preceded by a open-paren, too.
(ruby-smie-rules): Handle virtual indentation after open-paren
tokens specially. If there is code between it and eol, return the
column where is starts.
* test/indent/ruby.rb: New examples.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 6f75b33af95..ffa12498de4 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-12-14 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * indent/ruby.rb: New examples. | ||
| 4 | |||
| 1 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> | 5 | 2013-12-12 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 6 | ||
| 3 | * automated/python-tests.el (python-indent-dedenters-2): New test. | 7 | * automated/python-tests.el (python-indent-dedenters-2): New test. |