# HG changeset patch # User Juri Linkov # Date 1210537781 0 # Node ID 996b1c4635fd03675f2275f755c37a8975d6236c # Parent b416c510e5929d7d7624e1770fd5ce600426bab4 (widget-image-directory): Change default image data subdirectory from "custom" to "images/custom". diff -r b416c510e592 -r 996b1c4635fd lisp/wid-edit.el --- a/lisp/wid-edit.el Sun May 11 20:29:07 2008 +0000 +++ b/lisp/wid-edit.el Sun May 11 20:29:41 2008 +0000 @@ -599,7 +599,7 @@ ;;; 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."