diff options
| author | Glenn Morris | 2011-01-24 19:13:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 19:13:02 -0800 |
| commit | 0d19d4feaa653a315853716e64bbaddb210a26ca (patch) | |
| tree | 2e86e5f491703c3c197f14c6a998c5ad3b6bf4b5 | |
| parent | cc34e0254ccd88924a441042551d951519ef29fa (diff) | |
| download | emacs-0d19d4feaa653a315853716e64bbaddb210a26ca.tar.gz emacs-0d19d4feaa653a315853716e64bbaddb210a26ca.zip | |
ChangeLog fix: there was no change to ruby-expr-beg.
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b307afaca95..70ebcca9c91 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -17,8 +17,7 @@ | |||
| 17 | here-doc which ends with an underscore. | 17 | here-doc which ends with an underscore. |
| 18 | (ruby-mode-set-encoding): Skip shebang line always. | 18 | (ruby-mode-set-encoding): Skip shebang line always. |
| 19 | (ruby-mode-map): Bind C-c C-c to comment-region. | 19 | (ruby-mode-map): Bind C-c C-c to comment-region. |
| 20 | (ruby-expr-beg, ruby-font-lock-keywords): Highlight literal hash | 20 | (ruby-font-lock-keywords): Highlight literal hash key labels as symbols. |
| 21 | key labels as symbols. | ||
| 22 | (ruby-forward-sexp): Stop after literal hash key labels. | 21 | (ruby-forward-sexp): Stop after literal hash key labels. |
| 23 | (ruby-font-lock-syntactic-keywords): Highlight regexp after open | 22 | (ruby-font-lock-syntactic-keywords): Highlight regexp after open |
| 24 | bracket. | 23 | bracket. |