changeset 45179:6ff2c20da16e

(netrc-machine, netrc-get): Add autoloads.
author Richard M. Stallman <rms@gnu.org>
date Wed, 08 May 2002 13:13:41 +0000
parents 60646086b5d9
children b9324402ed2f
files lisp/mail/smtpmail.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/smtpmail.el	Wed May 08 07:57:14 2002 +0000
+++ b/lisp/mail/smtpmail.el	Wed May 08 13:13:41 2002 +0000
@@ -74,6 +74,8 @@
 (autoload 'message-make-message-id "message")
 (autoload 'rfc2104-hash "rfc2104")
 (autoload 'netrc-parse "netrc")
+(autoload 'netrc-machine "netrc")
+(autoload 'netrc-get "netrc")
 
 ;;;
 (defgroup smtpmail nil