aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-05-11 20:29:41 +0000
committerJuri Linkov2008-05-11 20:29:41 +0000
commit0f9364842866ea458c18d8c3904f6675bf22781e (patch)
tree3f2df42c14a54268af7a07e789a8aab73738718e
parent5525fa30ac4abfbca023564967f553f9dacbc676 (diff)
downloademacs-0f9364842866ea458c18d8c3904f6675bf22781e.tar.gz
emacs-0f9364842866ea458c18d8c3904f6675bf22781e.zip
(widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
-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."
599;;; Images. 599;;; Images.
600 600
601(defcustom widget-image-directory (file-name-as-directory 601(defcustom widget-image-directory (file-name-as-directory
602 (expand-file-name "custom" data-directory)) 602 (expand-file-name "images/custom" data-directory))
603 "Where widget button images are located. 603 "Where widget button images are located.
604If this variable is nil, widget will try to locate the directory 604If this variable is nil, widget will try to locate the directory
605automatically." 605automatically."