]> git.eshelyaron.com Git - emacs.git/commit
Make current-column, move-to-column and current-indentation
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Jun 1996 18:47:37 +0000 (18:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Jun 1996 18:47:37 +0000 (18:47 +0000)
commit9a21bb6444091c11d10f076c6c1b4dd4f9be57cb
tree1884344a97402d0d74c2e7113c51d012b7130562
parent5aa29679e1b852b258d6e7895cd55c250d568111
Make current-column, move-to-column and current-indentation
handle invisible chars (both text properties and overlays).
(skip_invisible): New function.
(Fmove_to_column): Use skip_invisible.  Get rid of `retry' label.
(compute_motion): Use skip_invisible.
(current_column_1): New function.
(current_column): Use current_column_1 if might have invisible text.
src/indent.c