From 6c11709d4c2ca083d0c1f7c7041b5aec4efd9361 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 Oct 2000 06:29:16 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@996 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 33b88a2942..5e252a28ae 100644 --- a/misc/ruby-mode.el +++ b/misc/ruby-mode.el @@ -512,7 +512,7 @@ The variable ruby-indent-level controls the amount of indentation. (setq end (point)) (beginning-of-line) (if (re-search-forward "^\\s *#" end t) - (forward-line 1) + (beginning-of-line) (setq done t)))) (setq bol (point)) (end-of-line) -- cgit v1.2.3