FUEL: Fix indentation in presence of trailing whitespace.

db4
Jose A. Ortega Ruiz 2009-03-19 01:20:00 +01:00
parent 577aceb7fc
commit 5519e44550
1 changed files with 1 additions and 1 deletions

View File

@ -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