Get rid of a compile error in haml-mode.

This commit is contained in:
Nathan Weizenbaum 2009-07-27 22:41:55 -07:00
parent 58fa524f7d
commit 1810b98154
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ beginning the hash."
(save-excursion
(while t
(beginning-of-line)
(if (looking-at (eval-when-compile (concat haml-tag-beg-re "\\([{(]\\)")))
(if (looking-at (concat haml-tag-beg-re "\\([{(]\\)"))
(progn
(goto-char (- (match-end 0) 1))
(haml-limited-forward-sexp (save-excursion (end-of-line) (point)))