[gnus git] branch master updated: m0-13-122-g62b6131 =1= Improve the custom type of some user options

Katsumi Yamaoka <[email protected]> Tue, 02 Feb 2016 04:53:40 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  62b6131d8852c7cc260672768e86df8f626bd31b (commit)
      from  e8d10e280d164ea43acc4a1254b2fba9ef99033d (commit)


- Log -----------------------------------------------------------------
commit 62b6131d8852c7cc260672768e86df8f626bd31b
Author: Glenn Morris <[email protected]>
Date:   Tue Feb 2 03:53:29 2016 +0000

    Improve the custom type of some user options
    
    * gnus-art.el (gnus-hidden-properties):
    * gnus-gravatar.el (gnus-gravatar-properties):
    * gnus-picon.el (gnus-picon-properties): Improve custom type.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e6e0b49..c220393 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2016-02-02  Glenn Morris  <[email protected]>
+
+	Improve the custom type of some user options.
+
+	* gnus-art.el (gnus-hidden-properties):
+	* gnus-gravatar.el (gnus-gravatar-properties):
+	* gnus-picon.el (gnus-picon-properties): Improve custom type.
+
 2016-02-01  Katsumi Yamaoka  <[email protected]>
 
 	* gmm-utils.el (defcustom): Ignore :risky keyword under XEmacs.
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 235aafd..5e7c4ff 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -261,7 +261,7 @@ This can also be a list of the above values."
   ;; needed there.  And XEmacs doesn't handle `intangible' anyway.
   '(invisible t)
   "Property list to use for hiding text."
-  :type 'sexp
+  :type 'plist
   :group 'gnus-article-hiding)
 
 ;; Fixme: This isn't the right thing for mixed graphical and non-graphical
diff --git a/lisp/gnus-gravatar.el b/lisp/gnus-gravatar.el
index deb6e4b..de7203d 100644
--- a/lisp/gnus-gravatar.el
+++ b/lisp/gnus-gravatar.el
@@ -41,7 +41,7 @@ If nil, default to `gravatar-size'."
 
 (defcustom gnus-gravatar-properties '(:ascent center :relief 1)
   "List of image properties applied to Gravatar images."
-  :type 'sexp
+  :type 'plist
   :version "24.1"
   :group 'gnus-gravatar)
 
diff --git a/lisp/gnus-picon.el b/lisp/gnus-picon.el
index 6365e8e..bbbe0ed 100644
--- a/lisp/gnus-picon.el
+++ b/lisp/gnus-picon.el
@@ -73,7 +73,7 @@ Some people may want to add \"unknown\" to this list."
 
 (defcustom gnus-picon-properties '(:color-symbols (("None" . "white")))
   "List of image properties applied to picons."
-  :type 'sexp
+  :type 'plist
   :version "24.3"
   :group 'gnus-picon)
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog        |    8 ++++++++
 lisp/gnus-art.el      |    2 +-
 lisp/gnus-gravatar.el |    2 +-
 lisp/gnus-picon.el    |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project