emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106254: Adjust comment.


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106254: Adjust comment.
Date: Sun, 30 Oct 2011 23:39:04 -0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106254
committer: Vinicius Jose Latorre  <address@hidden
branch nick: trunk
timestamp: Sun 2011-10-30 23:39:04 -0200
message:
  Adjust comment.
modified:
  lisp/whitespace.el
=== modified file 'lisp/whitespace.el'
--- a/lisp/whitespace.el        2011-10-31 01:15:40 +0000
+++ b/lisp/whitespace.el        2011-10-31 01:39:04 +0000
@@ -2408,8 +2408,8 @@
   "Match trailing spaces which do not contain the point at end of line."
   (let ((status t))
     (while (if (re-search-forward whitespace-trailing-regexp limit t)
-               (= whitespace-point (match-end 1)) ;; Loop if point at eol.
-            (setq status nil)))                  ;; End of buffer.
+              (= whitespace-point (match-end 1)) ;; loop if point at eol
+            (setq status nil)))                  ;; end of buffer
     status))
 
 


reply via email to

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