diff options
author | Glenn Morris <rgm@gnu.org> | 2014-04-08 20:37:56 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-04-08 20:37:56 -0700 |
commit | 559836fbccf9c79c621da96fe8ca0080b980b14c (patch) | |
tree | 4bf9792cdcf01bc71746845f5a1277da4a8ea687 /lisp/progmodes/ruby-mode.el | |
parent | 6bc76cee212aab0a2c02f8c28213fc842cc7880f (diff) | |
parent | 50c9a9b8a871ce281b43a196bd912f3d2fdda5fa (diff) | |
download | emacs-559836fbccf9c79c621da96fe8ca0080b980b14c.tar.gz |
Merge from emacs-24; up to 2014-04-02T16:17:08Z!dmantipov@yandex.ru
Diffstat (limited to 'lisp/progmodes/ruby-mode.el')
-rw-r--r-- | lisp/progmodes/ruby-mode.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/progmodes/ruby-mode.el b/lisp/progmodes/ruby-mode.el index 6c6cdd3427d..912736707ef 100644 --- a/lisp/progmodes/ruby-mode.el +++ b/lisp/progmodes/ruby-mode.el @@ -2065,6 +2065,10 @@ See `font-lock-syntax-table'.") "include" "module_function" "prepend" + "private_class_method" + "private_constant" + "public_class_method" + "public_constant" "refine" "using") 'symbols)) |