A bit of rogue whitespace has slipped into ChangeLog again. I spent
some time reading the Emacs manual and found that Emacs can
automatically fix the issue if the "whitespace-auto-cleanup" variable is
set. Setting this variable globally is a bad idea, since some files
really do need whitespace that Emacs sees as problematic: portable
shell scripts that need to restore IFS are an example.
I suggest adding this to ChangeLog to make this problem stay solved:
----
diff --git a/ChangeLog b/ChangeLog
index 69a22dc..5520e77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3578,3 +3578,7 @@ Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy
<blc@@redhat.com>
nfsdir and nfsroot_server.
See ChangeLog-1992 for earlier changes.
+
+Local Variables:
+whitespace-auto-cleanup: t
+End:
----
-- Jacob
_______________________________________________
DejaGnu mailing list
DejaGnu@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu