* vc/compare-w.el (compare-windows-whitespace):
Treat no-break space as whitespace.
This commit is contained in:
parent
df8f35df4a
commit
6c54491c95
2 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue