extra/haml-mode.el in haml-edge-2.3.25 vs extra/haml-mode.el in haml-edge-2.3.26
- old
+ new
@@ -251,10 +251,11 @@
(end-of-line)
;; Move through multiline attrs
(when (eq (char-before) ?,)
(save-excursion
- (while (progn (end-of-line) (eq (char-before) ?,) (not (eobp)))
+ (while (progn (end-of-line)
+ (and (eq (char-before) ?,) (not (eobp))))
(forward-line))
(forward-line -1)
(end-of-line)
(setq multiline-end (point))))