emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112462: * vc/compare-w.el (compare-w


From: Richard Stallman
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112462: * vc/compare-w.el (compare-windows-whitespace):
Date: Sun, 05 May 2013 10:10:51 -0400
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112462
committer: Richard Stallman <address@hidden>
branch nick: trunk
timestamp: Sun 2013-05-05 10:10:51 -0400
message:
        * vc/compare-w.el (compare-windows-whitespace):
        Treat no-break space as whitespace.
modified:
  lisp/ChangeLog
  lisp/vc/compare-w.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-05 14:08:50 +0000
+++ b/lisp/ChangeLog    2013-05-05 14:10:51 +0000
@@ -1,5 +1,8 @@
 2013-05-05  Richard Stallman  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc/compare-w.el'
--- a/lisp/vc/compare-w.el      2013-01-11 23:08:55 +0000
+++ b/lisp/vc/compare-w.el      2013-05-05 14:10:51 +0000
@@ -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.
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]