emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116256: * lisp/progmodes/ruby-mode.el (ruby-font-lo


From: Dmitry Gutov
Subject: [Emacs-diffs] trunk r116256: * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
Date: Mon, 03 Feb 2014 15:59:45 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116256
revision-id: address@hidden
parent: address@hidden
committer: Dmitry Gutov <address@hidden>
branch nick: trunk
timestamp: Mon 2014-02-03 17:59:39 +0200
message:
  * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
  `protected' and `public' can also be called without arguments.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/progmodes/ruby-mode.el    
rubymode.el-20091113204419-o5vbwnq5f7feedwu-8804
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-03 07:56:44 +0000
+++ b/lisp/ChangeLog    2014-02-03 15:59:39 +0000
@@ -1,3 +1,8 @@
+2014-02-03  Dmitry Gutov  <address@hidden>
+
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords): `private',
+       `protected' and `public' can also be called without arguments.
+
 2014-02-03  Glenn Morris  <address@hidden>
 
        * register.el (window-configuration-to-register)

=== modified file 'lisp/progmodes/ruby-mode.el'
--- a/lisp/progmodes/ruby-mode.el       2014-02-01 17:06:08 +0000
+++ b/lisp/progmodes/ruby-mode.el       2014-02-03 15:59:39 +0000
@@ -2059,9 +2059,6 @@
           "include"
           "module_function"
           "prepend"
-          "private"
-          "protected"
-          "public"
           "refine"
           "using")
         'symbols))
@@ -2082,6 +2079,9 @@
           "exit"
           "exit!"
           "fail"
+          "private"
+          "protected"
+          "public"
           "raise"
           "rand"
           "readline"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]