summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:38:08 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-06 22:38:08 +0000
commitc6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7 (patch)
tree4fd85446564f9f1430d623827a5c36bbcdf8dc64 /ChangeLog
parent5afdba242da73679ccf98a272eb1b52ba4aec868 (diff)
downloadruby-c6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7.tar.gz
ruby-c6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7.tar.xz
ruby-c6cd3dbe4aa049f71d0b55db6100bf2bf5ca4fd7.zip
* misc/emacs-mode.el: don't set case-fold-search globally to nil;
instead just set it when we need it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cedb0754..7ec025f57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,6 +19,9 @@ Sun Sep 7 07:24:09 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* misc/ruby-mode.el: fix a variable-name error.
+ * misc/emacs-mode.el: don't set case-fold-search globally to nil;
+ instead just set it when we need it.
+
Sun Sep 7 06:31:51 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* file.c (file_expand_path): applied a patch from Nobuhiro Tachino