Mercurial > emacs
changeset 98861:444fb994e174
(todo-file-do, todo-file-done, todo-file-top): Run file names that begin with
a period thru `convert-standard-filename'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 10:06:48 +0000 |
parents | 1dd023ea43da |
children | ee5b67d5228f |
files | lisp/calendar/todo-mode.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/todo-mode.el Sun Oct 19 09:36:51 2008 +0000 +++ b/lisp/calendar/todo-mode.el Sun Oct 19 10:06:48 2008 +0000 @@ -282,11 +282,11 @@ 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 @@ :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.