]> git.eshelyaron.com Git - emacs.git/commitdiff
(todo-file-do, todo-file-done, todo-file-top): Run file names that begin with
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:06:48 +0000 (10:06 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:06:48 +0000 (10:06 +0000)
a period thru `convert-standard-filename'.

lisp/calendar/todo-mode.el

index 2e246bfcf5a55c79b2dff301738e861c77ca24c7..8f17a4556c4f25a7d4bd9ad5c74b64edee91661f 100644 (file)
@@ -282,11 +282,11 @@ show and mark todo entries for today, but may slow down processing of
 the diary file somewhat."
   :type 'string
   :group 'todo)
-(defcustom todo-file-do    "~/.todo-do"
+(defcustom todo-file-do    (convert-standard-filename "~/.todo-do")
   "TODO mode list file."
   :type 'file
   :group 'todo)
-(defcustom todo-file-done  "~/.todo-done"
+(defcustom todo-file-done  (convert-standard-filename "~/.todo-done")
   "TODO mode archive file."
   :type 'file
   :group 'todo)
@@ -316,7 +316,7 @@ window."
   :group 'todo)
 (defvar todo-edit-buffer " *TODO Edit*"
   "TODO Edit buffer name.")
-(defcustom todo-file-top "~/.todo-top"
+(defcustom todo-file-top (convert-standard-filename "~/.todo-top")
   "TODO mode top priorities file.
 
 Not in TODO format, but diary compatible.