* wl-draft.el (wl-smtp-password-key): Rename the second argument.
authorokazaki <okazaki>
Thu, 24 Jan 2002 05:15:48 +0000 (05:15 +0000)
committerokazaki <okazaki>
Thu, 24 Jan 2002 05:15:48 +0000 (05:15 +0000)
wl/wl-draft.el

index 54cd54e..5cd51bb 100644 (file)
 (make-variable-buffer-local 'wl-draft-reply-buffer)
 (make-variable-buffer-local 'wl-draft-parent-folder)
 
-(defsubst wl-smtp-password-key (user mechnism server)
+(defsubst wl-smtp-password-key (user mechanism server)
   (format "SMTP:%s/%s@%s"
-         user mechnism server))
+         user mechanism server))
 
 (defmacro wl-smtp-extension-bind (&rest body)
   (` (let* ((smtp-sasl-mechanisms