Skip to content

Commit

Permalink
fix glitch with \t tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
c committed Nov 15, 2024
1 parent 8324eb8 commit aa73b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniline.el
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ X=0 means first column of buffer."
(goto-char (point-min))
(uniline--forward-line-force y)
(move-to-column (1+ x) t)
(backward-char))
(move-to-column x t))

(eval-when-compile ; not needed at runtime
(defmacro uniline--move-in-direction (dir &optional nb)
Expand Down

0 comments on commit aa73b27

Please sign in to comment.