X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fgnus-fun.el;h=5dc28c6f43c12cab909fa1e2a81998f6d4119789;hp=9140394d828a5a348ee1aa537ee689d2554f77a5;hb=e405b22c6b46721607c5e6c712a4705c23dee751;hpb=af7c9b7a83765ae38b534d33cec86176ad1cb6c6 diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index 9140394d8..5dc28c6f4 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -34,13 +34,13 @@ (defcustom gnus-x-face-directory (expand-file-name "x-faces" gnus-directory) "*Directory where X-Face PBM files are stored." - :version "21.4" + :version "22.1" :group 'gnus-fun :type 'directory) (defcustom gnus-convert-pbm-to-x-face-command "pbmtoxbm %s | compface" "Command for converting a PBM to an X-Face." - :version "21.4" + :version "22.1" :group 'gnus-fun :type 'string) @@ -48,7 +48,7 @@ "Command for converting an image to an X-Face. By default it takes a GIF filename and output the X-Face header data on stdout." - :version "21.4" + :version "22.1" :group 'gnus-fun :type 'string) @@ -56,7 +56,7 @@ on stdout." "Command for converting an image to an Face. By default it takes a JPEG filename and output the Face header data on stdout." - :version "21.4" + :version "22.1" :group 'gnus-fun :type 'string)