Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2b058c72
Commit
2b058c72
authored
Dec 04, 2006
by
Dan Nicolaescu
Browse files
(whitespace-cleanup-internal): Use current
argument for recursive call.
parent
57176422
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/whitespace.el
lisp/whitespace.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2b058c72
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
lisp/whitespace.el
View file @
2b058c72
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment