]> git.eshelyaron.com Git - emacs.git/commitdiff
(smiley-data-directory): Fix :type.
authorDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:11:06 +0000 (12:11 +0000)
committerDave Love <fx@gnu.org>
Thu, 7 Dec 2000 12:11:06 +0000 (12:11 +0000)
lisp/gnus/ChangeLog
lisp/gnus/smiley-ems.el

index 058c8685db756434aad75abf3ae8abd4e8cfb474..25fd74dc5cfc0e174485bf8b6c0db74002138c9c 100644 (file)
@@ -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.
index 683f84a4668e158d510c8598f6e0e31883836de2..c96fe6548ab5126bf93591fe0036abd3361cbe11 100644 (file)
 
 ;; 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.