summaryrefslogtreecommitdiff
path: root/lisp/calendar/timeclock.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calendar/timeclock.el')
-rw-r--r--lisp/calendar/timeclock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el
index afab61a977c..f8daa32a1a1 100644
--- a/lisp/calendar/timeclock.el
+++ b/lisp/calendar/timeclock.el
@@ -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)