changeset 30795:5b4027fef808

(timeclock-file): Run .timelog through convert-standard-filename.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 15 Aug 2000 08:25:50 +0000
parents 4711c3854433
children 993826f9dbad
files lisp/calendar/timeclock.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)