From: Glenn Morris Date: Tue, 25 Jan 2011 03:13:02 +0000 (-0800) Subject: ChangeLog fix: there was no change to ruby-expr-beg. X-Git-Tag: emacs-pretest-23.2.93~24 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d19d4feaa653a315853716e64bbaddb210a26ca;p=emacs.git ChangeLog fix: there was no change to ruby-expr-beg. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b307afaca95..70ebcca9c91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.