Synch to Oort Gnus 200304070816.
[elisp/gnus.git-] / Mule23@1934.en
index f88af6c..9ed0acf 100644 (file)
@@ -80,6 +80,21 @@ other directory), and byte-compile it as follows:
    % mule -batch -q -no-site-file -f batch-byte-compile regexp-opt.el
 
 
+INSTALL passwd.el
+=================
+
+This module provide the `read-passwd' function.  You have to install
+it if you don't have that function.  To do this:
+
+   % cp -p contrib/passwd.el /usr/local/share/mule/site-lisp
+   % cd /usr/local/share/mule/site-lisp/
+   % mule -batch -q -no-site-file -f batch-byte-compile passwd.el
+
+And add the following line in your .emacs file:
+
+   (autoload 'read-passwd "passwd")
+
+
 INSTALL T-gnus
 ==============