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
44a31225
Commit
44a31225
authored
Oct 30, 2011
by
Vinicius Jose Latorre
Browse files
Adjust comment.
parent
e1cf81b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/whitespace.el
lisp/whitespace.el
+2
-2
No files found.
lisp/whitespace.el
View file @
44a31225
...
...
@@ -2408,8 +2408,8 @@ resultant list will be returned."
"
Match
trailing
spaces
which
do
not
contain
the
point
at
end
of
line.
"
(let ((status t))
(while (if (re-search-forward whitespace-trailing-regexp limit t)
(= whitespace-point (match-end 1)) ;;
L
oop if point at eol
.
(setq status nil)))
;;
E
nd of buffer
.
(= whitespace-point (match-end 1)) ;;
l
oop if point at eol
(setq status nil)))
;;
e
nd of buffer
status))
...
...
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