(Qshow_trailing_whitespace): Removed.
authorGerd Moellmann <gerd@gnu.org>
Tue, 17 Aug 1999 00:46:09 +0000 (00:46 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 17 Aug 1999 00:46:09 +0000 (00:46 +0000)
commit8f897821fc638b71f264fcf1a6feffb15dc34af1
tree5dcae3766abf18288cc0c204cbb3f7b319b8eca4
parentf1f134908aa6958e614e2a405ba7d6d7b2716da6
(Qshow_trailing_whitespace): Removed.
(Vshow_trailing_whitespace): Added.
(init_iterator): Remove initialization code for
show_trailing_whitespace_p.
(redisplay_internal): Don't try cursor movement in this_line
if showing trailing whitespace.
(redisplay_window): Likewise for cursor movement in current
matrix and try_window_id.
(try_window_reusing_current_matrix): Likewise.
(trailing_whitespace_p): Return 0 if trailing whitespace is
in front of point.
(display_line): Use Vshow_trailing_whitespace instead of
former iterator member show_trailing_whitespace_p.
(syms_of_xdisp): Add DEFVAR_LISP for show-trailing-whitespace.
src/xdisp.c