summaryrefslogtreecommitdiff
path: root/lisp/gnus/smiley.el
diff options
context:
space:
mode:
authorKatsumi Yamaoka <yamaoka@jpl.org>2010-08-31 04:21:18 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2010-08-31 04:21:18 +0000
commit1a10d4212ffa692f458f33555bd5c277781d4298 (patch)
treed2a0d1ee10dad769deaa2d40585bdc845cba3657 /lisp/gnus/smiley.el
parent187d3296ae0549b978420786e7079ff426a13574 (diff)
downloademacs-1a10d4212ffa692f458f33555bd5c277781d4298.tar.gz
Bump custom version of some user options of which the default values changed.
Diffstat (limited to 'lisp/gnus/smiley.el')
-rw-r--r--lisp/gnus/smiley.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/smiley.el b/lisp/gnus/smiley.el
index ef0a6c7790b..964e80bc213 100644
--- a/lisp/gnus/smiley.el
+++ b/lisp/gnus/smiley.el
@@ -120,6 +120,7 @@ is nil, use `smiley-style'."
The elements are (REGEXP MATCH IMAGE), where MATCH is the submatch in
regexp to replace with IMAGE. IMAGE is the name of an image file in
`smiley-data-directory'."
+ :version "24.1"
:type '(repeat (list regexp
(integer :tag "Regexp match number")
(string :tag "Image name")))