diff lisp/wid-edit.el @ 94867:996b1c4635fd

(widget-image-directory): Change default image data subdirectory from "custom" to "images/custom".
author Juri Linkov <juri@jurta.org>
date Sun, 11 May 2008 20:29:41 +0000
parents ee5932bf781d
children eebbd7f32937
line wrap: on
line diff
--- 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."