diff options
| author | Eli Zaretskii | 2000-08-15 08:25:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-15 08:25:50 +0000 |
| commit | e437b4919410369cf609272dc5df381a97b05a01 (patch) | |
| tree | 5aeb835b43f630d5e88875645716a3bab407bc65 | |
| parent | c1ec1a77e54f6c08b5f355885814c9bf2457a138 (diff) | |
| download | emacs-e437b4919410369cf609272dc5df381a97b05a01.tar.gz emacs-e437b4919410369cf609272dc5df381a97b05a01.zip | |
(timeclock-file): Run .timelog through convert-standard-filename.
| -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 @@ | |||
| 84 | 84 | ||
| 85 | ;;; User Variables: | 85 | ;;; User Variables: |
| 86 | 86 | ||
| 87 | (defcustom timeclock-file "~/.timelog" | 87 | (defcustom timeclock-file (convert-standard-filename "~/.timelog") |
| 88 | "*The file used to store timeclock data in." | 88 | "*The file used to store timeclock data in." |
| 89 | :type 'file | 89 | :type 'file |
| 90 | :group 'timeclock) | 90 | :group 'timeclock) |