From: Eli Zaretskii Date: Tue, 15 Aug 2000 08:25:50 +0000 (+0000) Subject: (timeclock-file): Run .timelog through convert-standard-filename. X-Git-Tag: emacs-pretest-21.0.90~2318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e437b4919410369cf609272dc5df381a97b05a01;p=emacs.git (timeclock-file): Run .timelog through convert-standard-filename. --- 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)