]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-gravatar.el
Fix the last patch to work from non-fancy splits, too
[gnu-emacs] / lisp / gnus / gnus-gravatar.el
index 8b9c49a998c75a22ef843e5c34fba52b415b657d..5b58d11c97fc423880bb7dd3e35257e7fdb299ef 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-gravatar.el --- Gnus Gravatar support
 
-;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2014 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: news
 (defcustom gnus-gravatar-size nil
   "How big should gravatars be displayed.
 If nil, default to `gravatar-size'."
-  :type 'integer
+  :type '(choice (const nil) integer)
   :version "24.1"
   :group 'gnus-gravatar)
 
 (defcustom gnus-gravatar-properties '(:ascent center :relief 1)
   "List of image properties applied to Gravatar images."
-  :type 'list
+  :type 'sexp
   :version "24.1"
   :group 'gnus-gravatar)