]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-picon.el
Fix insertion of edited servers in the dribble file
[gnu-emacs] / lisp / gnus / gnus-picon.el
index 62b18b4045385d0070b51c5abe3e0a8917d847ca..bbbe0eded4e69c20b2acf200d425ebb2be0a43ad 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-picon.el --- displaying pretty icons in Gnus
 
-;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2016 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news xpm annotation glyph faces
@@ -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)