Browse Source

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.
Bastien Guerry 13 years ago
parent
commit
a9c15fe9ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lisp/org-agenda.el

+ 0 - 2
lisp/org-agenda.el

@@ -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."