diff options
author | Juri Linkov <juri@jurta.org> | 2008-05-11 20:29:41 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2008-05-11 20:29:41 +0000 |
commit | 0f9364842866ea458c18d8c3904f6675bf22781e (patch) | |
tree | 3f2df42c14a54268af7a07e789a8aab73738718e /lisp/wid-edit.el | |
parent | 5525fa30ac4abfbca023564967f553f9dacbc676 (diff) | |
download | emacs-0f9364842866ea458c18d8c3904f6675bf22781e.tar.gz |
(widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
Diffstat (limited to 'lisp/wid-edit.el')
-rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el index 09c3255546a..d8b6887e699 100644 --- a/lisp/wid-edit.el +++ b/lisp/wid-edit.el @@ -599,7 +599,7 @@ respectively." ;;; Images. (defcustom widget-image-directory (file-name-as-directory - (expand-file-name "custom" data-directory)) + (expand-file-name "images/custom" data-directory)) "Where widget button images are located. If this variable is nil, widget will try to locate the directory automatically." |