diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-31 04:21:18 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2010-08-31 04:21:18 +0000 |
commit | 1a10d4212ffa692f458f33555bd5c277781d4298 (patch) | |
tree | d2a0d1ee10dad769deaa2d40585bdc845cba3657 /lisp/gnus/smiley.el | |
parent | 187d3296ae0549b978420786e7079ff426a13574 (diff) | |
download | emacs-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.el | 1 |
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"))) |