Don't create an alias for `list-diary-entries-hook'.

This is already taken care of by emacs/lisp/calendar/diary-lib.el
See comments in commit d6e40f.
This commit is contained in:
Bastien Guerry 2012-01-11 08:52:37 +01:00
parent 7e08a81b5b
commit a9c15fe9ab
1 changed files with 0 additions and 2 deletions

View File

@ -4378,8 +4378,6 @@ of what a project is and how to check if it stuck, customize the variable
(defvar org-disable-agenda-to-diary nil) ;Dynamically-scoped param.
(defvar diary-list-entries-hook)
(if (fboundp 'defvaralias)
(defvaralias 'diary-list-entries-hook 'list-diary-entries-hook))
(defvar diary-time-regexp)
(defun org-get-entries-from-diary (date)
"Get the (Emacs Calendar) diary entries for DATE."