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/diary-lib.el


From: Carsten Dominik
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/diary-lib.el
Date: Thu, 25 Aug 2005 03:11:10 -0400

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'.




reply via email to

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