]> git.eshelyaron.com Git - emacs.git/commitdiff
(widget-image-directory): Change default image data
authorJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:29:41 +0000 (20:29 +0000)
committerJuri Linkov <juri@jurta.org>
Sun, 11 May 2008 20:29:41 +0000 (20:29 +0000)
subdirectory from "custom" to "images/custom".

lisp/wid-edit.el

index 09c3255546aafdbd89d5139d69fbe9b74e74f487..d8b6887e69913670175ec2623e0fc0ec55246ce6 100644 (file)
@@ -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."