From 35247a52ef719584a59ae9c518523f0ee825c8e3 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 24 Mar 1999 08:52:35 +0000 Subject: 990324 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- misc/ruby-mode.el | 1 + 1 file changed, 1 insertion(+) (limited to 'misc') diff --git a/misc/ruby-mode.el b/misc/ruby-mode.el index e27102f212..b9dc078976 100644 --- a/misc/ruby-mode.el +++ b/misc/ruby-mode.el @@ -261,6 +261,7 @@ The variable ruby-indent-level controls the amount of indentation. ((looking-at "%") (cond ((and (not (eobp)) (ruby-expr-beg) + (not (looking-at "%=")) (looking-at "%[Qqrxw]?\\(.\\)")) (setq w (buffer-substring (match-beginning 1) (match-end 1))) -- cgit v1.2.3