From 2b058c727ef14a3fe205c99c0b5191820b285480 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Mon, 4 Dec 2006 07:34:01 +0000 Subject: [PATCH] (whitespace-cleanup-internal): Use current argument for recursive call. --- lisp/ChangeLog | 5 +++++ lisp/whitespace.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 990c3c39ca3..86d6f6acfd6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-04 Dan Nicolaescu + + * whitespace.el (whitespace-cleanup-internal): Use current + argument for recursive call. + 2006-12-04 Michael Albinus * net/tramp.el (tramp-methods): Add "ControlPath" and diff --git a/lisp/whitespace.el b/lisp/whitespace.el index cdb743c1494..74943da4413 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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 -- 2.39.2