* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `at_exit'
and `callcc' to the "methods with required arguments" section,
they need a block argument. Remove a `throw' duplicate.
+2015-03-20 Dmitry Gutov <dgutov@yandex.ru>
+
+ * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `at_exit'
+ and `callcc' to the "methods with required arguments" section,
+ they need a block argument. Remove a `throw' duplicate.
+
2015-03-19 Vibhav Pant <vibhavp@gmail.com>
* lisp/progmodes/cperl-mode.el (cperl-electric-backspace):
ruby-font-lock-keyword-beg-re
(regexp-opt
'( ;; built-in methods on Kernel
+ "at_exit"
"autoload"
"autoload?"
+ "callcc"
"catch"
"eval"
"exec"
"__dir__"
"__method__"
"abort"
- "at_exit"
"binding"
"block_given?"
- "callcc"
"caller"
"exit"
"exit!"
"readline"
"readlines"
"sleep"
- "srand"
- "throw")
+ "srand")
'symbols))
(1 font-lock-builtin-face))
;; Here-doc beginnings.