diff options
| author | Dmitry Gutov | 2014-03-24 10:53:56 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-24 10:53:56 +0200 |
| commit | c2d6c639cf2bfdb7564bcb8706ac45b0d18dc895 (patch) | |
| tree | 4c7a039eb0ea8d39edc55e85cbe268a8086ff6f4 /lisp/ChangeLog | |
| parent | f2999a33d0d67867997c66c777e0d6df1076e18d (diff) | |
| download | emacs-c2d6c639cf2bfdb7564bcb8706ac45b0d18dc895.tar.gz emacs-c2d6c639cf2bfdb7564bcb8706ac45b0d18dc895.zip | |
Match special globals in Ruby better
* lisp/progmodes/ruby-mode.el (ruby-expression-expansion-re):
Match special global variables without curlies, too.
(ruby-font-lock-keywords): Simplify the matcher for special global
variables. Don't require a non-word character after the variable.
Fixes: debbugs:17057
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f0705e5edd2..029cbaa8d95 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-03-24 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-expression-expansion-re): | ||
| 4 | Match special global variables without curlies, too. | ||
| 5 | (ruby-font-lock-keywords): Simplify the matcher for special global | ||
| 6 | variables. Don't require a non-word character after the variable. | ||
| 7 | (Bug#17057) | ||
| 8 | |||
| 1 | 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2014-03-23 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * simple.el (redisplay-highlight-region-function): Increase priority of | 11 | * simple.el (redisplay-highlight-region-function): Increase priority of |