From a9c15fe9abc3364b1efb2f2174d3d98080d4f2ae Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 11 Jan 2012 08:52:37 +0100 Subject: [PATCH] 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. --- lisp/org-agenda.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 28f5429a2..bdf688190 100644 --- a/lisp/org-agenda.el +++ b/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."