summaryrefslogtreecommitdiff
path: root/lisp/wid-edit.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-05-11 20:29:41 +0000
committerJuri Linkov <juri@jurta.org>2008-05-11 20:29:41 +0000
commit0f9364842866ea458c18d8c3904f6675bf22781e (patch)
tree3f2df42c14a54268af7a07e789a8aab73738718e /lisp/wid-edit.el
parent5525fa30ac4abfbca023564967f553f9dacbc676 (diff)
downloademacs-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.el2
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."