Hi Steve,
text-modes-1.39-pkg.tar.gz installed fine. Unfortunately, there is one
more autoload-cookie missing in whitespace.el (sorry, my fault):
----------------------------------------------------------------------
--- lisp/text-modes/whitespace-mode.orig Mon Mar 4 23:39:43 2002
+++ lisp/text-modes/whitespace-mode.el Wed Mar 6 19:01:28 2002
@@ -429,6 +429,7 @@
(make-variable-buffer-local 'whitespace-incremental-mode)
+;;;###autoload
(defun whitespace-incremental-mode (&optional arg)
"Toggle whitespace incremental mode.
With arg, turn whitespace incremental mode on iff arg is positive.
----------------------------------------------------------------------
The new ChangeLog should then be:
----------------------------------------------------------------------
2002-02-28 Volker Franz <volker.franz(a)tuebingen.mpg.de>
* whitespace-mode.el: If add-minor-mode is bound, then uses
add-minor-mode instead of directly changing minor-mode-alist.
Added autoload-cookies for this.
(whitespace-mode-line-string): newly defined with
autoload-cookies.
(whitespace-incremental-mode-line-string): likewise.
(whitespace-incremental-mode): added autoload cookie.
----------------------------------------------------------------------
--
Cheers,
Volker