aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 14:53:26 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-09 14:53:26 +0000
commitfd8ca75663f20bcc0648c470b18986a8ee27375e (patch)
tree20ba0198f3cd4737402b04d7562b4c95bf3715dc /ChangeLog
parent2f67ef83328730d710d07fa69d6ee0d707c15bf8 (diff)
downloadruby-fd8ca75663f20bcc0648c470b18986a8ee27375e.tar.gz
* misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 542ca3926e..e5f36af181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 9 23:53:23 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
+ name.
+
Thu Oct 9 23:30:47 2008 Yusuke Endoh <mame@tsg.ne.jp>
* process.c (run_exec_dup2): fix resource leak.