(whitespace-cleanup-internal): Use current

argument for recursive call.
This commit is contained in:
Dan Nicolaescu 2006-12-04 07:34:01 +00:00
parent 5717642238
commit 2b058c727e
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -571,7 +571,7 @@ See `whitespace-buffer' docstring for a summary of the problems."
;; 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