# HG changeset patch # User Richard M. Stallman # Date 1017339293 0 # Node ID f6eb1080b681eeae962f37e5b098136d89cd7f4c # Parent 2eeb8d7f116149f8c224d8249c59196082ebb696 (compare-windows-whitespace): Match all whitespace. diff -r 2eeb8d7f1161 -r f6eb1080b681 lisp/compare-w.el --- a/lisp/compare-w.el Thu Mar 28 16:13:01 2002 +0000 +++ b/lisp/compare-w.el Thu Mar 28 18:14:53 2002 +0000 @@ -35,7 +35,7 @@ :prefix "compare-" :group 'tools) -(defcustom compare-windows-whitespace "[ \t\n]+" +(defcustom compare-windows-whitespace "\\s-+" "*Regexp that defines whitespace sequences for \\[compare-windows]. Changes in whitespace are optionally ignored.