diff options
author | Eli Zaretskii <eliz@gnu.org> | 2000-08-15 08:25:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2000-08-15 08:25:50 +0000 |
commit | e437b4919410369cf609272dc5df381a97b05a01 (patch) | |
tree | 5aeb835b43f630d5e88875645716a3bab407bc65 /lisp/calendar/timeclock.el | |
parent | c1ec1a77e54f6c08b5f355885814c9bf2457a138 (diff) | |
download | emacs-e437b4919410369cf609272dc5df381a97b05a01.tar.gz |
(timeclock-file): Run .timelog through convert-standard-filename.
Diffstat (limited to 'lisp/calendar/timeclock.el')
-rw-r--r-- | lisp/calendar/timeclock.el | 2 |
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) |