summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:37:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:37:17 +0000
commit5afdba242da73679ccf98a272eb1b52ba4aec868 (patch)
tree0a8698a73d950a9c3e885c4b36d1058102b63b8a /ChangeLog
parent62b4f2dc0930819e6ba08abbbc183e68c0b4794c (diff)
* misc/ruby-mode.el: fix a variable-name error.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 09a260fbd..1cedb0754 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,6 +17,8 @@ Sun Sep 7 07:24:09 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* misc/*.el: untabify, for interal consistency and consistency
with standard Emacs elisp files.
+ * misc/ruby-mode.el: fix a variable-name error.
+
Sun Sep 7 06:31:51 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* file.c (file_expand_path): applied a patch from Nobuhiro Tachino