* vc/compare-w.el (compare-windows-whitespace):

Treat no-break space as whitespace.
This commit is contained in:
Richard M. Stallman 2013-05-05 10:10:51 -04:00
parent df8f35df4a
commit 6c54491c95
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2013-05-05 Richard Stallman <rms@gnu.org>
* vc/compare-w.el (compare-windows-whitespace):
Treat no-break space as whitespace.
* mail/rmailsum.el (rmail-summary-rmail-update):
Detect empty summary and don't change selected message.
(rmail-summary-goto-msg): Likewise.

View file

@ -35,7 +35,7 @@
:prefix "compare-"
:group 'tools)
(defcustom compare-windows-whitespace "\\(\\s-\\|\n\\)+"
(defcustom compare-windows-whitespace "\\(\\s-\\|\n\\|\240\\)+"
"Regexp or function that defines whitespace sequences for `compare-windows'.
That command optionally ignores changes in whitespace.