diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | misc/ruby-style.el | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ Tue May 25 13:26:49 2010 Nobuyoshi Nakada <[email protected]> * include/ruby/vm.h, include/ruby/encoding.h: add external @@ -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.") |