mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(smiley-data-directory): Fix :type.
This commit is contained in:
parent
9b708394b7
commit
aae25c8cb6
2 changed files with 8 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue