diff options
author | Dave Love <fx@gnu.org> | 2000-12-07 12:11:06 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-12-07 12:11:06 +0000 |
commit | aae25c8cb6b65026ddf8e2731bf9a6ea32bc4230 (patch) | |
tree | 1d95222eed123585c3e83e4b0eaed613b25ae96c | |
parent | 9b708394b7ae00f40fd8586a13d69d07432d606c (diff) | |
download | emacs-aae25c8cb6b65026ddf8e2731bf9a6ea32bc4230.tar.gz |
(smiley-data-directory): Fix :type.
-rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/gnus/smiley-ems.el | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 058c8685db7..25fd74dc5cf 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2000-12-07 Dave Love <fx@gnu.org> + + * gnus-audio.el (gnus-audio-directory) + * smiley-ems.el (smiley-data-directory): Fix :type. + 2000-12-05 Dave Love <fx@gnu.org> * starttls.el: New file. diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el index 683f84a4668..c96fe6548ab 100644 --- a/lisp/gnus/smiley-ems.el +++ b/lisp/gnus/smiley-ems.el @@ -43,9 +43,10 @@ ;; Maybe this should go. (defcustom smiley-data-directory (nnheader-find-etc-directory "smilies") - "*Directory to search for the smiley image files. + "*If non-nil, a directory to search for the smiley image files. This is in addition to the normal image search path." - :type 'directory + :type '(choice directory + (const nil)) :group 'smiley) ;; The XEmacs version has a baroque, if not rococo, set of these. |