diff options
| author | Dmitry Gutov | 2015-03-08 22:09:32 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2015-03-08 22:10:45 +0200 |
| commit | e991af9228af77356df1e4ce7e824d5140a3bf8a (patch) | |
| tree | 84e999ea62e5f95a95db25131a41aaaca4fbb57f /lisp/ChangeLog | |
| parent | d15317cc1750b116467fb5178250be27fd752bd0 (diff) | |
| download | emacs-e991af9228af77356df1e4ce7e824d5140a3bf8a.tar.gz emacs-e991af9228af77356df1e4ce7e824d5140a3bf8a.zip | |
ruby-mode: Change faces used for self, true, false and nil
Fixes: debbugs:17733
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Use
`font-lock-constant-face' for nil, true and false. Highlight
`self' as a keyword.
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 60f5dfcdb7c..5f26239ecdc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-03-08 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * progmodes/ruby-mode.el (ruby-font-lock-keywords): Use | ||
| 4 | `font-lock-constant-face' for nil, true and false. Highlight | ||
| 5 | `self' as a keyword. (Bug#17733) | ||
| 6 | |||
| 1 | 2015-03-08 Nobuyoshi Nakada <nobu@ruby-lang.org> | 7 | 2015-03-08 Nobuyoshi Nakada <nobu@ruby-lang.org> |
| 2 | 8 | ||
| 3 | * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Expect | 9 | * progmodes/ruby-mode.el (ruby-syntax-before-regexp-re): Expect |