summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-01-24 19:13:02 -0800
committerGlenn Morris <rgm@gnu.org>2011-01-24 19:13:02 -0800
commit51aa18f2ceec4d8aae33ba2d2c4433fcf7c012aa (patch)
treeafbe0693e7b535c9bddaa1c875405bfda0e296f1
parent6da16166e198bf640350069aa481525ef3695f25 (diff)
downloademacs-51aa18f2ceec4d8aae33ba2d2c4433fcf7c012aa.tar.gz
ChangeLog fix: there was no change to ruby-expr-beg.
-rw-r--r--lisp/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ef6ed3c05d5..1c236be9cf5 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.