emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/whitespace.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el,v
Date: Mon, 04 Dec 2006 07:34:02 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   06/12/04 07:34:02

Index: whitespace.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/whitespace.el,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- whitespace.el       7 Nov 2006 17:37:14 -0000       1.48
+++ whitespace.el       4 Dec 2006 07:34:01 -0000       1.49
@@ -571,7 +571,7 @@
 
        ;; Call this recursively till everything is taken care of
        (if whitespace-any
-           (whitespace-cleanup-internal)
+           (whitespace-cleanup-internal region-only)
          ;; if we are done, talk to the user
          (progn
            (unless whitespace-silent




reply via email to

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