diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2013-07-03 19:46:45 +0400 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2013-07-03 19:46:45 +0400 |
commit | 56f75efcbccb786aa6a570032b2541ee917ce5ff (patch) | |
tree | 8686ced0d0231480c9b321e68589c252456ef747 /lisp/ChangeLog | |
parent | db7863f422260758d9e0fc5e3bf71fae0e8aabb4 (diff) | |
download | emacs-56f75efcbccb786aa6a570032b2541ee917ce5ff.tar.gz |
* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more
keywords and built-ins.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e746b25146..237518c3eea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-07-03 Dmitry Gutov <dgutov@yandex.ru> + + * progmodes/ruby-mode.el (ruby-font-lock-keywords): Highlight more + keywords and built-ins. + 2013-07-03 Glenn Morris <rgm@gnu.org> * subr.el (y-or-n-p): Handle empty prompts. (Bug#14770) |