Mercurial > emacs
changeset 74396:ee60f0fe10d6
(whitespace-cleanup-internal): Use current
argument for recursive call.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 04 Dec 2006 07:34:01 +0000 |
parents | 4b5dd1d28ff0 |
children | 429f18443ca0 |
files | lisp/ChangeLog lisp/whitespace.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 04 06:51:21 2006 +0000 +++ b/lisp/ChangeLog Mon Dec 04 07:34:01 2006 +0000 @@ -1,3 +1,8 @@ +2006-12-04 Dan Nicolaescu <dann@ics.uci.edu> + + * whitespace.el (whitespace-cleanup-internal): Use current + argument for recursive call. + 2006-12-04 Michael Albinus <michael.albinus@gmx.de> * net/tramp.el (tramp-methods): Add "ControlPath" and
--- a/lisp/whitespace.el Mon Dec 04 06:51:21 2006 +0000 +++ b/lisp/whitespace.el Mon Dec 04 07:34:01 2006 +0000 @@ -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