]> git.eshelyaron.com Git - emacs.git/commitdiff
* vc/compare-w.el (compare-windows-whitespace):
authorRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2013 14:10:51 +0000 (10:10 -0400)
committerRichard M. Stallman <rms@gnu.org>
Sun, 5 May 2013 14:10:51 +0000 (10:10 -0400)
Treat no-break space as whitespace.

lisp/ChangeLog
lisp/vc/compare-w.el

index 4ff2c7951deba0e5fc652615de21d06687d431ba..ee90a05473a0561674170b1d966ef7d6f4683466 100644 (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.
index fa451ccbe200d22c0a5e77dbf34dc63525c0bb7d..3c40f989fb39a73efcba944f028b36f87d37bc86 100644 (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.