diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-13 00:04:55 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-13 00:04:55 +0000 |
commit | 144bd71eecab3a83df660181ced112362ffef596 (patch) | |
tree | e8a4e4635fce6c5a60773989cf81b02151eacbdd /lisp/thumbs.el | |
parent | 5f96d7d6312545848649ae685b573b49f9c1a5f8 (diff) | |
download | emacs-144bd71eecab3a83df660181ced112362ffef596.tar.gz |
(thumbs-thumbsdir): Use user-emacs-directory.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r-- | lisp/thumbs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el index 7df2d295c9e..56f4e45dcb3 100644 --- a/lisp/thumbs.el +++ b/lisp/thumbs.el @@ -67,7 +67,7 @@ :version "22.1" :group 'multimedia) -(defcustom thumbs-thumbsdir "~/.emacs.d/thumbs" +(defcustom thumbs-thumbsdir (concat user-emacs-directory "thumbs") "*Directory to store thumbnails." :type 'directory :group 'thumbs) |