# HG changeset patch # User Eli Zaretskii # Date 966327950 0 # Node ID 5b4027fef808e6a1fecc8baaff79ed9c60b7e839 # Parent 4711c385443332af7556cedbd581ff0c3ca81e6a (timeclock-file): Run .timelog through convert-standard-filename. diff -r 4711c3854433 -r 5b4027fef808 lisp/calendar/timeclock.el --- a/lisp/calendar/timeclock.el Tue Aug 15 08:24:30 2000 +0000 +++ b/lisp/calendar/timeclock.el Tue Aug 15 08:25:50 2000 +0000 @@ -84,7 +84,7 @@ ;;; User Variables: -(defcustom timeclock-file "~/.timelog" +(defcustom timeclock-file (convert-standard-filename "~/.timelog") "*The file used to store timeclock data in." :type 'file :group 'timeclock)