diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-25 07:37:41 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-05-25 07:37:41 +0000 |
commit | 42c16a3b0711a27683abfddd6ba61595920a71b3 () | |
tree | faf4ba167679d1f513a34a020b70dcc4e9ab9e6b /misc/ruby-style.el | |
parent | 20811146004fe487b372a24445f5e8fa38ca4eeb (diff) |
* misc/ruby-style.el (ruby-style-version): take revision if
keyword is expanded. [ruby-dev:41408] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | misc/ruby-style.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ "Ruby style revision string.") (defconst ruby-style-version - (progn (string-match "[0-9.]+" ruby-style-revision) (substring ruby-style-revision (match-beginning 0) (match-end 0))) "Ruby style version number.") |