]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gravatar.el
lisp/gnus/message.el (message-send-mail-with-sendmail): Don't kill error buffer if...
[gnu-emacs] / lisp / gnus / gravatar.el
index a10ea21b96b86e7da950c01c494d4243a08832b7..985ed2c7b0d733b48acdce11c0f38457701bd535 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gravatar.el --- Get Gravatars
 
-;; Copyright (C) 2010-2012 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: news
@@ -103,6 +103,8 @@ If no image available, return 'error."
        (gravatar-create-image data nil t)
       'error)))
 
+(autoload 'help-function-arglist "help-fns")
+
 ;;;###autoload
 (defun gravatar-retrieve (mail-address cb &optional cbargs)
   "Retrieve MAIL-ADDRESS gravatar and call CB on retrieval.