]> code.delx.au - gnu-emacs/commit
(whitespace-indent-regexp): Make this match any multiples of eight spaces near
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2006 10:34:56 +0000 (10:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Nov 2006 10:34:56 +0000 (10:34 +0000)
commit113fa448472fbbe5be5aee0cf5547cda29540060
treebed15b20a03798a1d38888bd94398feb66e98030
parente6043b9581253b9215c2a751d0e77c562f177350
(whitespace-indent-regexp): Make this match any multiples of eight spaces near
the beginning of a line.
(whitespace-buffer): Use `remove-overlays' instead of
`whitespace-unhighlight-the-space' and `overlay-recenter' to speed up overlay
handling.
(whitespace-buffer-leading, whitespace-buffer-trailing): Make these functions
highlight the text removed by `whitespace-buffer-leading-cleanup' and
`whitespace-buffer-trailing-cleanup' respectively.
(whitespace-buffer-search): Use `with-local-quit'.  Move `format' out of loop
to speed up scanning larger buffers.
(whitespace-unhighlight-the-space): Remove `remove-hook' since that function is
never added to a hook.
(whitespace-spacetab-regexp, whitespace-ateol-regexp)
(whitespace-buffer-leading-cleanup)
(whitespace-refresh-rescan-list): Fix docstrings.
lisp/ChangeLog
lisp/whitespace.el