aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-11-04 12:50:47 +0200
committerDmitry Gutov2013-11-04 12:50:47 +0200
commitdca01b092347246195d35c4bbce321f62323d8d8 (patch)
tree7dd2cf291a2bb58fe23a9c5d322d262b4d9694c6 /lisp/ChangeLog
parent91f2d272895257f23596075a0cc42e6e5f4e490f (diff)
downloademacs-dca01b092347246195d35c4bbce321f62323d8d8.tar.gz
emacs-dca01b092347246195d35c4bbce321f62323d8d8.zip
* lisp/progmodes/ruby-mode.el (ruby-smie--forward-token)
(ruby-smie--backward-token): Tokenize heredocs as semicolons. * test/automated/ruby-mode-tests.el: Remove outdated comment. * test/indent/ruby.rb: Add a statement on the line after heredoc.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9ff4ab8f04c..4c2c4cd5e07 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-11-04 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-smie--forward-token)
4 (ruby-smie--backward-token): Tokenize heredocs as semicolons.
5
12013-11-04 Michal Nazarewicz <mina86@mina86.com> 62013-11-04 Michal Nazarewicz <mina86@mina86.com>
2 7
3 * textmodes/fill.el (fill-single-char-nobreak-p): New function 8 * textmodes/fill.el (fill-single-char-nobreak-p): New function