diff options
| author | Dmitry Gutov | 2013-06-19 02:17:56 +0400 |
|---|---|---|
| committer | Dmitry Gutov | 2013-06-19 02:17:56 +0400 |
| commit | d1bbba4fa5de77c3bdfb01901b697ead748a4ba6 (patch) | |
| tree | 6df0d8ba9fae9ff9940f523565d4260c4d5a7c92 /lisp/ChangeLog | |
| parent | 14dd22d2cedad0e1babcce0fea868a0c01294fa2 (diff) | |
| download | emacs-d1bbba4fa5de77c3bdfb01901b697ead748a4ba6.tar.gz emacs-d1bbba4fa5de77c3bdfb01901b697ead748a4ba6.zip | |
* lisp/progmodes/ruby-mode.el (ruby-syntax-before-regexp-re):
Distinguish ternary operator tokens from slash symbol and slash
char literal.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44d8a2a82bd..ce507cfff9f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-06-18 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): | ||
| 4 | Distinguish ternary operator tokens from slash symbol and slash | ||
| 5 | char literal. | ||
| 6 | |||
| 1 | 2013-06-18 Juanma Barranquero <lekktu@gmail.com> | 7 | 2013-06-18 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 8 | ||
| 3 | Convert symbol prettification into minor mode and global minor mode. | 9 | Convert symbol prettification into minor mode and global minor mode. |