aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2015-03-20 07:03:54 +0200
committerDmitry Gutov2015-03-20 07:03:54 +0200
commit8142fc97af742e083fb83e4d0470da59b123a467 (patch)
tree984d4d839ed3a584cd5309752916aee95163c4f7 /lisp/ChangeLog
parent13eb26ad38378e0063e9c9313c3ba8af666629dc (diff)
downloademacs-8142fc97af742e083fb83e4d0470da59b123a467.tar.gz
emacs-8142fc97af742e083fb83e4d0470da59b123a467.zip
ruby-mode: Fix a "required arguments" confusion
* 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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index df2211be169..0172cd052fe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12015-03-20 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/ruby-mode.el (ruby-font-lock-keywords): Move `at_exit'
4 and `callcc' to the "methods with required arguments" section,
5 they need a block argument. Remove a `throw' duplicate.
6
12015-03-19 Vibhav Pant <vibhavp@gmail.com> 72015-03-19 Vibhav Pant <vibhavp@gmail.com>
2 8
3 * lisp/progmodes/cperl-mode.el (cperl-electric-backspace): 9 * lisp/progmodes/cperl-mode.el (cperl-electric-backspace):