[gnus git] branch master updated: m0-9-75-g53195fc =1= gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files): Adjust :version

Katsumi Yamaoka <[email protected]> Sun, 23 Mar 2014 23:48:02 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  53195fc045a4fe12bf4593780b268850489ddf7d (commit)
      from  3314c2192d8b63288799e33168699e49d1c947dd (commit)


- Log -----------------------------------------------------------------
commit 53195fc045a4fe12bf4593780b268850489ddf7d
Author: Katsumi Yamaoka <[email protected]>
Date:   Sun Mar 23 22:47:50 2014 +0000

    gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files): Adjust :version

diff --git a/lisp/gnus-fun.el b/lisp/gnus-fun.el
index 1e95caf..d6b4fba 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)
 

-----------------------------------------------------------------------
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/gnus-fun.el |    6 +++---
 1 file changed, 3 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