From 0f9364842866ea458c18d8c3904f6675bf22781e Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Sun, 11 May 2008 20:29:41 +0000 Subject: [PATCH] (widget-image-directory): Change default image data subdirectory from "custom" to "images/custom". --- lisp/wid-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.5