Mercurial > emacs
changeset 81344:7bfbc021abe0
(filesets-menu-cache-file): Use user-emacs-directory.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 13 Jun 2007 00:04:46 +0000 |
parents | ce2f9d785f66 |
children | cc7eada7fa2d |
files | lisp/filesets.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/filesets.el Wed Jun 13 00:04:32 2007 +0000 +++ b/lisp/filesets.el Wed Jun 13 00:04:46 2007 +0000 @@ -354,7 +354,7 @@ (defcustom filesets-menu-cache-file (if filesets-running-xemacs "~/.xemacs/filesets-cache.el" - "~/.emacs.d/filesets-cache.el") + (concat user-emacs-directory "filesets-cache.el")) "*File to be used for saving the filesets menu between sessions. Set this to \"\", to disable caching of menus. Don't forget to check out `filesets-menu-ensure-use-cached'."