diff options
| author | Juri Linkov | 2008-05-11 20:29:41 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-05-11 20:29:41 +0000 |
| commit | 0f9364842866ea458c18d8c3904f6675bf22781e (patch) | |
| tree | 3f2df42c14a54268af7a07e789a8aab73738718e | |
| parent | 5525fa30ac4abfbca023564967f553f9dacbc676 (diff) | |
| download | emacs-0f9364842866ea458c18d8c3904f6675bf22781e.tar.gz emacs-0f9364842866ea458c18d8c3904f6675bf22781e.zip | |
(widget-image-directory): Change default image data
subdirectory from "custom" to "images/custom".
| -rw-r--r-- | lisp/wid-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 599 | ;;; Images. | 599 | ;;; Images. |
| 600 | 600 | ||
| 601 | (defcustom widget-image-directory (file-name-as-directory | 601 | (defcustom widget-image-directory (file-name-as-directory |
| 602 | (expand-file-name "custom" data-directory)) | 602 | (expand-file-name "images/custom" data-directory)) |
| 603 | "Where widget button images are located. | 603 | "Where widget button images are located. |
| 604 | If this variable is nil, widget will try to locate the directory | 604 | If this variable is nil, widget will try to locate the directory |
| 605 | automatically." | 605 | automatically." |