aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-12-07 12:11:06 +0000
committerDave Love <[email protected]>2000-12-07 12:11:06 +0000
commitaae25c8cb6b65026ddf8e2731bf9a6ea32bc4230 (patch)
tree1d95222eed123585c3e83e4b0eaed613b25ae96c
parent9b708394b7ae00f40fd8586a13d69d07432d606c (diff)
(smiley-data-directory): Fix :type.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/smiley-ems.el5
2 files changed, 8 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 058c8685db..25fd74dc5c 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-07 Dave Love <[email protected]>
+
+ * gnus-audio.el (gnus-audio-directory)
+ * smiley-ems.el (smiley-data-directory): Fix :type.
+
2000-12-05 Dave Love <[email protected]>
* starttls.el: New file.
diff --git a/lisp/gnus/smiley-ems.el b/lisp/gnus/smiley-ems.el
index 683f84a466..c96fe6548a 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.