From: Juri Linkov Date: Sun, 11 May 2008 20:29:41 +0000 (+0000) Subject: (widget-image-directory): Change default image data X-Git-Tag: emacs-pretest-23.0.90~5626 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f9364842866ea458c18d8c3904f6675bf22781e;p=emacs.git (widget-image-directory): Change default image data subdirectory from "custom" to "images/custom". --- 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."