diff options
| author | Dmitry Gutov | 2013-12-17 03:31:55 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2013-12-17 03:31:55 +0200 |
| commit | 5556c0cef106deb5a4614aabf96d223ada151f51 (patch) | |
| tree | 9fed64046ebb8d1a664b351c39dba9bdef59292c /test/ChangeLog | |
| parent | 1c4b1e6107d17a184416b9bffd97222c06e5ff83 (diff) | |
| download | emacs-5556c0cef106deb5a4614aabf96d223ada151f51.tar.gz emacs-5556c0cef106deb5a4614aabf96d223ada151f51.zip | |
Fix bug#16116
* lisp/emacs-lisp/smie.el (smie-indent--rule): Extract `smie-indent--rule-1'.
(smie-indent-close): Call `smie-indent--rule-1' with METHOD
:close-all, to see which indentation method to use.
(smie-rules-function): Document the method :close-all.
* test/indent/ruby.rb: Update examples according to the change
in `smie-indent-close'.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index ffa12498de4..374cae5a295 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-12-17 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * indent/ruby.rb: Update examples according to the change | ||
| 4 | in `smie-indent-close'. | ||
| 5 | |||
| 1 | 2013-12-14 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2013-12-14 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * indent/ruby.rb: New examples. | 8 | * indent/ruby.rb: New examples. |