summaryrefslogtreecommitdiff
path: root/lisp/calendar/timeclock.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-08-15 08:25:50 +0000
committerEli Zaretskii <eliz@gnu.org>2000-08-15 08:25:50 +0000
commite437b4919410369cf609272dc5df381a97b05a01 (patch)
tree5aeb835b43f630d5e88875645716a3bab407bc65 /lisp/calendar/timeclock.el
parentc1ec1a77e54f6c08b5f355885814c9bf2457a138 (diff)
downloademacs-e437b4919410369cf609272dc5df381a97b05a01.tar.gz
(timeclock-file): Run .timelog through convert-standard-filename.
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)