FUEL: Fix indentation in presence of trailing whitespace.
parent
577aceb7fc
commit
5519e44550
|
@ -321,7 +321,7 @@
|
||||||
(defsubst fuel-syntax--is-last-char (pos)
|
(defsubst fuel-syntax--is-last-char (pos)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (1+ pos))
|
(goto-char (1+ pos))
|
||||||
(fuel-syntax--looking-at-emptiness)))
|
(looking-at-p "[ ]*$")))
|
||||||
|
|
||||||
(defsubst fuel-syntax--line-offset (pos)
|
(defsubst fuel-syntax--line-offset (pos)
|
||||||
(- pos (save-excursion
|
(- pos (save-excursion
|
||||||
|
|
Loading…
Reference in New Issue