1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-06 20:49:33 +00:00

(timeclock-file): Run .timelog through convert-standard-filename.

This commit is contained in:
Eli Zaretskii 2000-08-15 08:25:50 +00:00
parent c1ec1a77e5
commit e437b49194

View 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)