mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Get rid of a compile error in haml-mode.
This commit is contained in:
parent
58fa524f7d
commit
1810b98154
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue