emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/todo-mode.el,v
Date: Sun, 19 Oct 2008 10:06:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/10/19 10:06:49

Index: todo-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calendar/todo-mode.el,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -b -r1.70 -r1.71
--- todo-mode.el        27 Jun 2008 02:25:04 -0000      1.70
+++ todo-mode.el        19 Oct 2008 10:06:48 -0000      1.71
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]