From 144bd71eecab3a83df660181ced112362ffef596 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 13 Jun 2007 00:04:55 +0000 Subject: [PATCH] (thumbs-thumbsdir): Use user-emacs-directory. --- lisp/thumbs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2