Index: emacs/lisp/calendar/diary-lib.el
diff -c emacs/lisp/calendar/diary-lib.el:1.100 
emacs/lisp/calendar/diary-lib.el:1.101
*** emacs/lisp/calendar/diary-lib.el:1.100      Thu Aug 25 07:06:07 2005
--- emacs/lisp/calendar/diary-lib.el    Thu Aug 25 07:11:10 2005
***************
*** 1652,1659 ****
  
  (defvar diary-modify-entry-list-string-function nil
    "Function applied to entry string before putting it into the entries list.
! This is so that program that use the emacs diary for other purposes (e.g.
! planner.el and org.el) can modify the string or add properties to it.")
  
  (defun add-to-diary-list (date string specifier &optional marker globcolor)
    "Add the entry (DATE STRING SPECIFIER MARKER GLOBCOLOR) to 
`diary-entries-list'.
--- 1652,1660 ----
  
  (defvar diary-modify-entry-list-string-function nil
    "Function applied to entry string before putting it into the entries list.
! Can be used by programs integrating a diary list into other buffers (e.g.
! org.el and planner.el) to modify the string or add properties to it.
! The function takes a string argument and must return a string.")
  
  (defun add-to-diary-list (date string specifier &optional marker globcolor)
    "Add the entry (DATE STRING SPECIFIER MARKER GLOBCOLOR) to 
`diary-entries-list'.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to