]> git.eshelyaron.com Git - emacs.git/commitdiff
ChangeLog fix: there was no change to ruby-expr-beg.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Jan 2011 03:13:02 +0000 (19:13 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Jan 2011 03:13:02 +0000 (19:13 -0800)
lisp/ChangeLog

index b307afaca95a799be6138ffe92b6ffe9bb938fe1..70ebcca9c91a65fe424fbf497ea5b5c05168ba86 100644 (file)
@@ -17,8 +17,7 @@
        here-doc which ends with an underscore.
        (ruby-mode-set-encoding): Skip shebang line always.
        (ruby-mode-map): Bind C-c C-c to comment-region.
-       (ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash
-       key labels as symbols.
+       (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
        (ruby-forward-sexp): Stop after literal hash key labels.
        (ruby-font-lock-syntactic-keywords): Highlight regexp after open
        bracket.