From 613f7c56f789762d3fabfd92ca7c16e00bae8415 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 17 Aug 2004 09:02:40 +0000 Subject: * io.c (rb_io_reopen): should clear allocated OpenFile. pointed out by Guy Decoux. [ruby-core:03288] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- misc/ruby-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/ruby-mode.el') diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el index e4998cc59..462ec609b 100644 --- a/misc/ruby-mode.el +++ b/misc/ruby-mode.el @@ -779,7 +779,7 @@ An end of a defun is found by moving forward from the beginning of one." (if done (save-excursion (back-to-indentation) - (if (looking-at (concat ("\\<\\(" ruby-block-mid-re "\\)\\>"))) + (if (looking-at (concat "\\<\\(" ruby-block-mid-re "\\)\\>")) (setq done nil)))))) (back-to-indentation)) -- cgit