From 53195fc045a4fe12bf4593780b268850489ddf7d Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Sun, 23 Mar 2014 22:47:50 +0000 Subject: [PATCH] gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files): Adjust :version --- lisp/gnus-fun.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el index 1e95caff2..d6b4fba62 100644 --- a/lisp/gnus-fun.el +++ b/lisp/gnus-fun.el @@ -42,19 +42,19 @@ (defcustom gnus-x-face-omit-files nil "Regexp to match faces in `gnus-x-face-directory' to be omitted." - :version "24.3" + :version "24.5" :group 'gnus-fun :type 'string) (defcustom gnus-face-directory (expand-file-name "faces" gnus-directory) "*Directory where Face PNG files are stored." - :version "24.3" + :version "24.5" :group 'gnus-fun :type 'directory) (defcustom gnus-face-omit-files nil "Regexp to match faces in `gnus-face-directory' to be omitted." - :version "24.3" + :version "24.5" :group 'gnus-fun :type 'string) -- 2.25.1