]> 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 4b0c9a16283210bd44c1a8a3e7280d91b4dc871d..985ed2c7b0d733b48acdce11c0f38457701bd535 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gravatar.el --- Get Gravatars
 
-;; Copyright (C) 2010-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: news
@@ -29,6 +29,7 @@
 
 (defgroup gravatar nil
   "Gravatar."
+  :version "24.1"
   :group 'comm)
 
 (defcustom gravatar-automatic-caching t
@@ -102,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.