gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files):...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 23 Mar 2014 22:47:50 +0000 (22:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 23 Mar 2014 22:47:50 +0000 (22:47 +0000)
lisp/gnus-fun.el

index 1e95caf..d6b4fba 100644 (file)
 
 (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)