]> git.eshelyaron.com Git - emacs.git/commitdiff
(timeclock-file): Run .timelog through convert-standard-filename.
authorEli Zaretskii <eliz@gnu.org>
Tue, 15 Aug 2000 08:25:50 +0000 (08:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 15 Aug 2000 08:25:50 +0000 (08:25 +0000)
lisp/calendar/timeclock.el

index afab61a977c81638e3ee8b85dbd7be6bda4ce7d9..f8daa32a1a170093b5af564a2e3ed04f244fc8ad 100644 (file)
@@ -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)